[Webkit-unassigned] [Bug 134896] New: SVG with SMIL in <img> behaves very unpredictably vs when used in object tag
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 14 13:17:14 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=134896
Summary: SVG with SMIL in <img> behaves very unpredictably vs
when used in object tag
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: arjunmeht at gmail.com
CC: zimmermann at kde.org
Created an attachment (id=234874)
--> (https://bugs.webkit.org/attachment.cgi?id=234874&action=review)
Somewhat complicated SVG with SMIL relying on .end/.begin for display/animation
For some SVG objects using SMIL animation/set, rendering is unpredictable when the SVG is loaded through the <img> tag.
The same issues disappear when loading the SVG through the <object> tag.
Try with the attached SVG file. It uses complicated, interdependent timings relying on .begin/.end.
<html>
<head>
<title>SVG SMIL TEST</title>
</head>
<body>
<p><object data="time/time_local_context.svg" type="image/svg+xml"></object></p>
<p><img src="time/time_local_context.svg"/></p>
</body>
</html>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list