[Webkit-unassigned] [Bug 211922] New: SVGs containing inline animation CSS don't play within an <img> tag
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 14 14:31:21 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=211922
Bug ID: 211922
Summary: SVGs containing inline animation CSS don't play within
an <img> tag
Product: WebKit
Version: Safari 13
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: josh at rubenoff.com
CC: zimmermann at kde.org
Created attachment 399410
--> https://bugs.webkit.org/attachment.cgi?id=399410&action=review
Test case for SVG animation with multiple keyframes
## Overview
If an SVG is referenced in an <img> tag and contains inline styles with keyframes, the animation doesn't play.
### Steps to Reproduce
- Create an SVG with inline keyframes.
- Open the SVG in Safari. The animation plays.
- Reference it within a webpage's <img> tag, and visit the page.
### Expected results
The SVG animation should play.
### Actual results
The SVG is stuck on the first frame.
I've attached a simple test case.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200514/aed7e802/attachment.htm>
More information about the webkit-unassigned
mailing list