[Webkit-unassigned] [Bug 108184] ASSERT(time.isFinite()) in SVGSMILElement::createInstanceTimesFromSyncbase
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 20 19:06:55 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=108184
Philip Rogers <pdr at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #219638|review? |review-
Flag| |
--- Comment #3 from Philip Rogers <pdr at google.com> 2013-12-20 19:04:57 PST ---
(From update of attachment 219638)
I don't think this is the right approach because it will break valid self references. For example:
<rect width="100" height="100" fill="green">
<animate id="fri" attributeName="x" begin="0s; fri.end + 3s" from="0" to="400" dur="5s"/>
</rect>
I think we probably need to remove the assertion and not call addBeginTime/addEndTime if the time is not finite.
--
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