Closed
Bug 1406436
Opened 8 years ago
Closed 8 years ago
SVG use element not reflecting CSS styling from source
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1406418
People
(Reporter: dchappell, Unassigned)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0
Build ID: 20170926190823
Steps to reproduce:
Open the attached SVG Example document in Firefox 56
The square on the right is called through a SVG use element with the original being the square on the left.
Actual results:
Notice that the fill of the square on the left (applied through a CSS class) is not applied to the square on the right.
Expected results:
The square on the right should inherit the styling of the original. This was the case in Firefox 55.0.3.
Released Firefox builds
Confirmed issue present in Build ID 20170926190823
Confirmed issue not present in Build ID 20170824053622
performed testing with regression analysis tool with the following result message:
DEBUG : Found commit message:
Bug 265894 - Part 10. Remove SVGSVGElement::HasPreserveAspectRatio. r=heycam
Since no callee of this funciton anymore.
MozReview-Commit-ID: 6tQdFA6e7U4
| Reporter | ||
Comment 1•8 years ago
|
||
I'm also providing a more complex use case involving a Cartesian graph with an example of how it should appear
| Reporter | ||
Comment 2•8 years ago
|
||
Also attaching the full log from the regression analysis tool, which I hope is helpful.
Comment 3•8 years ago
|
||
This is exactly the same CSS as the bug I'm duping it to and is invalid for the reasons given in bug 1406418 comment 1
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•