[Webkit-unassigned] [Bug 12432] SVG animations are notified for updates way too often

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 4 07:47:01 PDT 2012


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


Nikolas Zimmermann <zimmermann at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zimmermann at kde.org




--- Comment #1 from Nikolas Zimmermann <zimmermann at kde.org>  2012-05-04 07:47:01 PST ---
This partly works in trunk, but we still have issues. We're basically calling targetElement->svgAttributeChanged(attributeName) for XML animations, and setNeedsStyleRecalc() for CSS prop animations, regardless of whether the animation contributes to the currently animated value or not, causing lots of unnecessary work being done.

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