Open
Bug 491144
Opened 16 years ago
Updated 1 year ago
Add a mozSetExtend method to CanvasGradient
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
NEW
People
(Reporter: jwatt, Unassigned)
Details
Attachments
(1 file)
|
2.10 KB,
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
Currently, gradients drawn by canvas are always padded by their end color(s), It would be good to also be able to use none, repeat and reflect.
| Reporter | ||
Comment 1•16 years ago
|
||
Attachment #375480 -
Flags: review?
| Reporter | ||
Updated•16 years ago
|
Attachment #375480 -
Attachment is patch: true
Attachment #375480 -
Attachment mime type: application/octet-stream → text/plain
| Reporter | ||
Updated•16 years ago
|
Attachment #375480 -
Flags: review? → review?(vladimir)
Comment on attachment 375480 [details] [diff] [review]
patch
Sorry that this has sat here -- I don't have a problem with this, though you should probably propose this as a canvas extension in whatwg. Also needs some tests added.
Attachment #375480 -
Flags: review?(vladimir) → review+
| Reporter | ||
Comment 3•14 years ago
|
||
Proposed to the whatwg:
http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2011-April/031293.html
Comment 4•13 years ago
|
||
I don't see any response to whatwg. Do we want to restore this discussion?
Updated•3 years ago
|
Severity: normal → S3
| Reporter | ||
Updated•1 year ago
|
Assignee: jwatt → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•