[webkit-changes] [WebKit/WebKit] eed33b: Reject non-finite distances when computing paced k...
Commit Queue
noreply at github.com
Mon Aug 12 08:48:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: eed33b515114ea5f1caf37be697e7d2b585f296d
https://github.com/WebKit/WebKit/commit/eed33b515114ea5f1caf37be697e7d2b585f296d
Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
Date: 2024-08-12 (Mon, 12 Aug 2024)
Changed paths:
M Source/WebCore/svg/SVGAnimationElement.cpp
Log Message:
-----------
Reject non-finite distances when computing paced key times
https://bugs.webkit.org/show_bug.cgi?id=277929
Reviewed by Simon Fraser.
Merge: https://source.chromium.org/chromium/chromium/src/+/7b8b5ccd09121cd77247eca472ce8c9b5e73059e
If the total distance is not finite the computed key times will not be
of much use.
* Source/WebCore/svg/SVGAnimationElement.cpp:
(SVGAnimationElement::calculateKeyTimesForCalcModePaced):
Canonical link: https://commits.webkit.org/282117@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list