[Webkit-unassigned] [Bug 250481] Improve comparison of intervals in SVGSMILElement::resolveFirstInterval

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 20:59:10 PST 2023


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

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karlcow at apple.com

--- Comment #1 from Karl Dubost <karlcow at apple.com> ---
The prose of the Blink commit.

============
Improve 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
===========
https://bugs.chromium.org/p/chromium/issues/detail?id=377329


There is a testcase in there.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230112/c77e020e/attachment.htm>


More information about the webkit-unassigned mailing list