Closed
Bug 1126216
Opened 10 years ago
Closed 10 years ago
SVG markers not plotted into canvas
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 841920
People
(Reporter: blaudotpunkt, Unassigned)
Details
Attachments
(1 file)
2.47 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36
Steps to reproduce:
Build a <svg> node that contains a series of paths, and for those paths attach a marker. Plot the whole svg DOM node on a canvas.
Actual results:
The path's corresponding markers are not plotted on the canvas, just the paths are (http://codepen.io/anon/pen/YPpOKd?editors=101).
Expected results:
Plot the paths with each their attached marker.
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•