DescriptionImprove comparison of intervals in SVGSMILElement::resolveFirstInterval
For open-ended intervals such as [3) - i.e. begin=3s and end/duration/etc
unspecified - every call to resolveFirstInterval() would think that a new
interval had been created, and notify/require a reschedule of the
animations.
Add a new type SMILInterval and a suitable operator for that, and then
use it to compare the raw values (i.e. if both endpoints are exacly the same.)
BUG=377329
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175122
Patch Set 1 #
Total comments: 2
Messages
Total messages: 8 (0 generated)
|