[Webkit-unassigned] [Bug 63553] SVG animation fill="freeze" doesn't set baseVal to current animVal if animation stops before reaching the end
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Aug 27 06:55:37 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63553
Young Han Lee <joybro at company100.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #101494|0 |1
is obsolete| |
Attachment #105436| |review?, commit-queue?
Flag| |
--- Comment #25 from Young Han Lee <joybro at company100.net> 2011-08-27 06:55:36 PST ---
Created an attachment (id=105436)
--> (https://bugs.webkit.org/attachment.cgi?id=105436&action=review)
Patch
animate.setAttribute("begin", "click");
animate.setAttribute("end", "2s");
The test was wrong. The SVG animation in the test started when a 'click' event occurs and ended at '2s'. It was a mistake because I actually wanted to stop the animation 2 seconds after the animation starts. I changed the test as follows.
animate.setAttribute("begin", "click");
animate.setAttribute("end", "click+2s");
--
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