Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
1.7
-
None
-
None
-
Operating System: other
Platform: Other
Description
This happens because the animation engine gets initialised in an SVGLoad
handler itself, which would be dispatched after the one with the setCurrentTime
() call in it.
<svg xmlns='http://www.w3.org/2000/svg'
onload='document.documentElement.setCurrentTime(1)'/>