Closed
Bug 1730714
Opened 4 years ago
Closed 8 months ago
Fade-in animations inside SVG not rendering
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: prasad.rajandran, Unassigned)
Details
Attachments
(1 file)
|
1.29 MB,
application/zip
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
Steps to reproduce:
Tested on:
- Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0
- Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:92.0) Gecko/20100101 Firefox/92.0
Reproduction steps:
- Open the asset ("animated_svg.svg") directly in Firefox (do not move your mouse cursor anywhere on the document - doing that fixes the issue)
Actual results:
You can see that certain elements inside the SVG do not render until after all animations have completed ("animated_svg_firefox_92.gif")
Expected results:
All elements inside the SVG should have "faded in" at the start of the animation sequence:
- Compare "animated_svg_firefox_92.gif" with "animated_svg_chrome_92.gif"
- Compare "animated_svg_firefox_92.gif" with "animated_svg_mouseover_firefox_92.gif"
Other notes:
- This does not seem to happen if the SVG asset is rendered inside an "img" tag (i.e. <img src="animated_svg.svg">)
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::SVG' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Component: Untriaged → SVG
Product: Firefox → Core
Comment 2•4 years ago
|
||
Changing severity to S4 because this seems relatively minor/cosmetic.
Severity: -- → S4
Comment 3•8 months ago
|
||
Seems OK now.
Status: UNCONFIRMED → RESOLVED
Closed: 8 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•