Bug 14156 - SVGTransformList::initialize() has no effect
Summary: SVGTransformList::initialize() has no effect
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-14 22:57 PDT by Antoine Quint
Modified: 2007-06-15 16:33 PDT (History)
0 users

See Also:


Attachments
testcase (1.57 KB, image/svg+xml)
2007-06-14 22:57 PDT, Antoine Quint
no flags Details
Initial patch (28.72 KB, patch)
2007-06-15 16:20 PDT, Nikolas Zimmermann
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2007-06-14 22:57:05 PDT
It seems the SVGTransformList::initialize() method has no visual effect when called.
Comment 1 Antoine Quint 2007-06-14 22:57:42 PDT
Created attachment 15040 [details]
testcase

Should fade out, scale down and slightly rotate an object around its center
using an animation. Works fine in Opera and Firefox, but not in WebKit.
Comment 2 Nikolas Zimmermann 2007-06-15 16:20:23 PDT
Created attachment 15069 [details]
Initial patch

Thanks for the nice testcase - fixed now. All SVGTransformList methods should work from JS now.
Comment 3 Eric Seidel (no email) 2007-06-15 16:31:27 PDT
Comment on attachment 15069 [details]
Initial patch

Looks sane enough.
Comment 4 Nikolas Zimmermann 2007-06-15 16:33:24 PDT
Landed in r23554.