[Webkit-unassigned] [Bug 84657] Crash or assertion failure (m_isAnimating) when adding another instance of a SMIL animated element while the animation is running

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 23 21:42:08 PDT 2012


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


Philip Rogers <pdr at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |pdr at google.com
                   |kit.org                     |




--- Comment #5 from Philip Rogers <pdr at google.com>  2012-09-23 21:42:36 PST ---
Even simpler repro:
<svg>
  <rect id="rect" x="100" y="100" width="100" height="100" fill="green">
    <animate attributeName="x" from="100" to="200" dur="3s" begin="0s" />
  </rect>
  <use xlink:href="#rect" x="200" y="200">
    <animate attributeName="xlink:href" to="#notrect" begin="1s" dur="3s"/>
  </use>
</svg>

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