Closed
Bug 1556147
Opened 6 years ago
Closed 6 years ago
SVGImageElement::BuildPath is dead code
Categories
(Core :: SVG, defect)
Core
SVG
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•6 years 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•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•