[Webkit-unassigned] [Bug 12073] Implement setCurrentTime() and pauseAnimations() on SVGSVGElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 22 00:23:59 PST 2011


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





--- Comment #21 from Nikolas Zimmermann <zimmermann at kde.org>  2011-11-22 00:23:58 PST ---
(In reply to comment #19)
> Instead of patching it, I wonder if we could wipe out the SVG animation support. It is a terrible standard. It is requires lots of complicated code and support infrastructure. A significant amount of work would be need to be done to make it respectable (it modifies dom etc).
That's not correct. Dirk & me spent a lot of time last year to prepare animVal support, and to move animations away from modifying the DOM.

It's all prepared, I have a patch <10k that patches SVGLength animations to work without any dOM modifications, while exposing animVal/baseVal correctly to JS.
I have other blocking issues atm, but I want to come back to it... or at least find someone to take over the work. It's really all prepared for DOM attributes, CSS property animations are another topic.

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