WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
12429
animateTransform rotate, with cx/cy is broken
https://bugs.webkit.org/show_bug.cgi?id=12429
Summary
animateTransform rotate, with cx/cy is broken
Eric Seidel (no email)
Reported
2007-01-26 18:19:32 PST
animateTransform rotate, with cx/cy is broken I expect that this has to do with SVGTransform having "lossy" storage for cx/cy values in a rotation. Once they're applied to a transform matrix, they're difficult (if not impossible) to correctly extract. Either we'll need to add floats to store cx/cy in SVGTransform, or we'll have to use a different class (like SVGTransformDistance) when needing to store these values.
Attachments
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2007-01-28 16:27:14 PST
A fix for this was landed in
r19201
.
Charles Ying
Comment 2
2007-01-30 11:05:24 PST
This functionality has broken in the nightly build as of at least 2007-01-30... should be reopened. this is another assertion failing
David Kilzer (:ddkilzer)
Comment 3
2007-01-30 11:22:57 PST
Reopening per
Comment #2
. Charles, please provide some more information (which tests, output when failed). Thanks!
Dirk Schulze
Comment 4
2009-12-30 10:55:42 PST
Closing the bug. There are not issues with this functionality. At least not with our tests.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug