Bug 14155 - SVGMatrix operations do not operate as expected
Summary: SVGMatrix operations do not operate as expected
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:48 PDT by Antoine Quint
Modified: 2007-06-15 14:11 PDT (History)
0 users

See Also:


Attachments
Testcase (1.45 KB, image/svg+xml)
2007-06-14 22:50 PDT, Antoine Quint
no flags Details
Initial patch (5.86 KB, patch)
2007-06-15 12:10 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:48:47 PDT
See testcase.
Comment 1 Antoine Quint 2007-06-14 22:50:58 PDT
Created attachment 15039 [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 12:10:03 PDT
Created attachment 15060 [details]
Initial patch

Fixes JSSVGMatrix semantics.
Comment 3 Nikolas Zimmermann 2007-06-15 14:10:17 PDT
Landed in r23551.
Comment 4 Eric Seidel (no email) 2007-06-15 14:11:10 PDT
Comment on attachment 15060 [details]
Initial patch

Looks good.