Open
Bug 1882395
Opened 2 years ago
Updated 1 year ago
SVG opacity and transform animations do not work with href pointing to an element added with use
Categories
(Core :: SVG, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: tarquinwj, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(2 files)
Steps to reproduce:
In SVG, have a <defs> element with a <rect> in it, and an <animate> element.
The animate element should have a href attribute pointing to the <rect>'s ID.
The main body of the SVG should have a <use> with a href attribute pointing to the <rect>'s ID.
Actual results:
The animation does not play.
Expected results:
The animation does should play. It does when the <rect> is in the main body instead of using a <use> to reference it.
Summary: SVG animations do not work with href pointing to an element added with use → SVG opacity animations do not work with href pointing to an element added with use
Summary: SVG opacity animations do not work with href pointing to an element added with use → SVG opacity and transform animations do not work with href pointing to an element added with use
Attachment #9387930 -
Attachment description: Demonstration → Demonstration using opacity
Comment 2•2 years ago
|
||
The severity field is not set for this bug.
:dholbert, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(dholbert)
Updated•1 year ago
|
Severity: -- → S3
Flags: needinfo?(dholbert)
You need to log in
before you can comment on or make changes to this bug.
Description
•