Closed
Bug 1951936
Opened 1 year ago
Closed 1 year ago
SVG: path(attr(d)) is broken in animations
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 435426
People
(Reporter: cyberalien, Unassigned)
Details
Attachments
(1 file)
|
729 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:135.0) Gecko/20100101 Firefox/135.0
Steps to reproduce:
When animating path element in SVG, attempting to set value to path(attr(d)) in one of keyframes.
Actual results:
Animation breaks
Expected results:
Should have animated to value of "d" attribute.
Attached demo file. Works correctly in Chrome, broken in Safari and Firefox.
Updated•1 year ago
|
Comment 1•1 year ago
|
||
oops, sorry, wrong bug
Keywords: nightly-community,
regression
No longer regressed by: 1941755
Updated•1 year ago
|
Component: Theme → SVG
Product: Firefox → Core
Comment 2•1 year ago
|
||
This is basically about supporting the general attr() syntax. Chrome just recently shipped it.
Status: UNCONFIRMED → RESOLVED
Closed: 1 year ago
Duplicate of bug: css-attr
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•