Closed
Bug 1453334
Opened 7 years ago
Closed 7 years ago
transform attribute overrides transform styles on children of svg:clipPath
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 878346
People
(Reporter: rearnshaw, Unassigned)
Details
Attachments
(1 file)
400 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
Steps to reproduce:
Created an SVG drawing containing a clipPath child with two different transforms, one set via the transform attribute, the other using `transform:` in the style attribute.
Actual results:
The clipPath child was transformed using the transform in the transform attribute.
The computed transform returned by getComputedStyle(e).transform was the transform in the style element.
Expected results:
The clipPath child should have been transformed using the transform in the style attribute matching the computed style.
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•