[Webkit-unassigned] [Bug 150388] SVG Animation (SMIL) doesn't work on second run

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 4 06:42:09 PST 2015


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

--- Comment #3 from Antoine Quint <graouts at webkit.org> ---
Created attachment 266626
  --> https://bugs.webkit.org/attachment.cgi?id=266626&action=review
Reduction

I don't know if this is the same bug, but I've reduced the orignal sample at http://tobireif.com/svg/bubbles.svg to a much simpler SVG, attached to this bug.

This test case now has two animations on a <text> element, one that animates it down (id="down") and one that animates it back up (id="up"). Using script, we start the down animation, when that completes we start the up animation, and when that completes we start the down animation a second time.

The first two animations run, but the third doesn't appear to visually. It does however seem to run in the timeline as it fires an `endEvent` after a bit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151204/593e6e78/attachment.html>


More information about the webkit-unassigned mailing list