[Webkit-unassigned] [Bug 45325] SVG Animate / Animate transform not animating after change via JS API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 3 02:28:46 PDT 2010


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





--- Comment #4 from Robin Qiu <robin.qiu at torchmobile.com.cn>  2010-11-03 02:28:46 PST ---
Created an attachment (id=72802)
 --> (https://bugs.webkit.org/attachment.cgi?id=72802&action=review)
The test case which doesn't work.

I copied and modified LayoutTests/svg/animations/script-tests/animVal-basics.js to test this patch, but it doesn't work.
Changes only are:
17c16
< animate.setAttribute("to", "100");
---
> animate.setAttribute("to", "200");
72a72
> window.setTimeout('animate.setAttribute("to", "100");', 1000);

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