Closed
Bug 1163105
Opened 10 years ago
Closed 10 years ago
SVG filters not being applied on off-screen canvases
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: tschneider, Assigned: mstange)
References
Details
Attachments
(3 files)
When referencing SVG filters via `url(#someFilter)` in off-screen canvases, no filter effects get applied.
Comment 2•10 years ago
|
||
mstange says this used to work. He's looking into it.
Assignee: bugs → mstange
Assignee | ||
Comment 3•10 years ago
|
||
Bug 1163105 - Make nsReferencedElement work with referencing elements that are not in their document's DOM tree. r=roc
Attachment #8612634 -
Flags: review?(roc)
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Comment on attachment 8612634 [details]
MozReview Request: Bug 1163105 - Make nsReferencedElement work with referencing elements that are not in their document's DOM tree. r=roc
https://reviewboard.mozilla.org/r/9615/#review9155
Needs a test!
Attachment #8612634 -
Flags: review?(roc) → review+
Assignee | ||
Comment 5•10 years ago
|
||
This patch doesn't actually fix the bug.
Assignee | ||
Updated•10 years ago
|
Attachment #8612634 -
Flags: review+
Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8612634 [details]
MozReview Request: Bug 1163105 - Make nsReferencedElement work with referencing elements that are not in their document's DOM tree. r=roc
Bug 1163105 - Make nsReferencedElement work with referencing elements that are not in their document's DOM tree. r=roc
Assignee | ||
Comment 7•10 years ago
|
||
Bug 1163105 - Flush frames before building the filter. r=roc
Attachment #8617633 -
Flags: review?(roc)
Comment on attachment 8612634 [details]
MozReview Request: Bug 1163105 - Make nsReferencedElement work with referencing elements that are not in their document's DOM tree. r=roc
https://reviewboard.mozilla.org/r/9615/#review9353
Ship It!
Attachment #8612634 -
Flags: review+
Comment on attachment 8617633 [details]
MozReview Request: Bug 1163105 - Flush frames before building the filter. r=roc
https://reviewboard.mozilla.org/r/10649/#review9355
Looks good. Still hoping for a test :-)
Attachment #8617633 -
Flags: review?(roc) → review+
Assignee | ||
Comment 10•10 years ago
|
||
You'll get one :-)
There is one in Tobias' test patch in bug 927892 comment 58.
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Comment 11•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/59e52c9cff43
https://hg.mozilla.org/mozilla-central/rev/50c97a5a683a
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•