Closed
Bug 1556147
Opened 7 months ago
Closed 7 months ago
SVGImageElement::BuildPath is dead code
Categories
(Core :: SVG, defect)
Core
SVG
Not set
Tracking
()
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: violet.bugreport, Assigned: violet.bugreport)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•7 months ago
|
||
SVGImageElement isn't really a SVGGeometryElement, we did that just for
better code sharing. BuildPath() won't be called for <image>.
Pushed by violet.bugreport@gmail.com: https://hg.mozilla.org/integration/autoland/rev/8d1253667f3a SVGImageElement::BuildPath should never be called r=longsonr
Comment 3•7 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•