[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 07:41:40 PST 2015


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

--- Comment #5 from Antoine Quint <graouts at webkit.org> ---
The y attribute of a <text> is an SVGAnimatedLengthList while the y attribute of a <rect> is an SVGAnimatedLength, this is probably why the behaviour differs.

What might happen here is that the two <animate> elements are running, and for some reason it's picking the animated value from the wrong <animate> elements, in this case the "up" element when the "down" element is actively running while the "down" element is done.

-- 
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/f3e798f1/attachment.html>


More information about the webkit-unassigned mailing list