[Webkit-unassigned] [Bug 18209] Animation: SVG "rotate" transforms fail to obey the center point

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 00:45:59 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=18209


Nikolas Zimmermann <zimmermann at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
                 CC|                            |zimmermann at kde.org




--- Comment #13 from Nikolas Zimmermann <zimmermann at kde.org>  2012-05-03 00:45:59 PST ---
(In reply to comment #12)
> (In reply to comment #10)
> 
> > To calcMode=discrete: I can confirm that we don't have special handling for it. Nevertheless that is another topic. Can you open a new bug and add a test file please?
> 
> FYI: It looks like this problem belongs here:
> 
> https://bugs.webkit.org/show_bug.cgi?id=37250

Both bugs are fixed in trunk, we're now matching Firefox/Opera nightlies behavior.
calcMode=discrete being broken was obvious. The other bug with the rotation center is less obvious, but our trunk behavior is now correct: additive/accumulate will animate all functions of a SVGTransform type, like rotate: angle, center x and center y.

Both bugs are covered with test cases in LayoutTests/svg/animations, so it's safe to close this bug.
Happy SMILing!

-- 
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