[Webkit-unassigned] [Bug 125315] New: SVG animations on outermost SVG elements are handled improperly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 5 13:13:51 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125315
Summary: SVG animations on outermost SVG elements are handled
improperly
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: jpfau at apple.com
CC: zimmermann at kde.org, krit at webkit.org
Created an attachment (id=218538)
--> (https://bugs.webkit.org/attachment.cgi?id=218538&action=review)
Repro
When doing an SVG animation on the outermost SVG element, if animating the height or width with a percentage, it will still try to go through the SVGLengthContext code path, which is not the correct code path for calculating height and width for outermost SVG elements. In debug builds, this asserts. A simple repro is attached.
<rdar://problem/15483871>
--
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