Closed
Bug 1215575
Opened 9 years ago
Closed 9 years ago
SVG feBlend with in2 from a feImage result linking to an embedded SVG document rendered wrong
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 455986
People
(Reporter: tanty0, Unassigned)
References
Details
Attachments
(1 file)
98.94 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) Version/8.0 Safari/602.1 Epiphany/3.18.0
Steps to reproduce:
Open the URL:
https://rawgit.com/tanty/design-hodgepodge/master/svg/filter/feBlend-feImage-tests.html
All the SVGs include a filter using a feImage to feed a feBlend element used by another elements in the SVG file.
The feImage links to another embedded SVG document included in the "defs" element of the main document.
Actual results:
All the SVGs are shown as the included PNG as reference
Expected results:
All the SVGs fail to be rendered correctly, only displaying the embedded SVG document included in the "defs" element of the main document.
Reporter | ||
Comment 1•9 years ago
|
||
(In reply to Andres Gomez from comment #0)
...
> Actual results:
>
> All the SVGs are shown as the included PNG as reference
>
>
>
> Expected results:
>
> All the SVGs fail to be rendered correctly, only displaying the embedded SVG
> document included in the "defs" element of the main document.
This is the other way around.
Actual results:
All the SVGs fail to be rendered correctly, only displaying the embedded SVG document included in the "defs" element of the main document.
Expected results:
All the SVGs are shown as the included PNG as reference
Reporter | ||
Comment 2•9 years ago
|
||
Similar issues in other web engines:
* https://bugs.webkit.org/show_bug.cgi?id=150257
* https://code.google.com/p/chromium/issues/detail?id=544172
* https://github.com/MicrosoftEdge/Status/issues/308
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•