Closed
Bug 1105811
Opened 11 years ago
Closed 11 years ago
SVG clipPaths not showing up when loaded in Image element using Blob data and createObjectURL
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 841920
People
(Reporter: gizm0bill, Unassigned)
Details
Attachments
(1 file)
|
1.33 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141113143407
Steps to reproduce:
Trying to create a SVG image dynamically from JS, using some clipPath definitions.
Create object url from SVG data then trying to load it in an Image object, and drawing the image in a canvas element. See attached html
Actual results:
Clip paths are not shown in the resulting Image
Expected results:
Clip paths are shown in the resulting Image
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•