RESOLVED FIXED 249140
Fix reset to baseVal after animation end for SVGTransformList
https://bugs.webkit.org/show_bug.cgi?id=249140
Summary Fix reset to baseVal after animation end for SVGTransformList
Nikolas Zimmermann
Reported 2022-12-12 05:31:41 PST
Partly revert the fix from webkit.org/b/198576 (REGRESSION (r243121): Load event should not be fired while animating the 'externalResourcesRequired' attribute), that landed in https://commits.webkit.org/212621@main. First of all, externalResourcesRequired support is gone from WebKit, therefore SMIL animations of that property are no longer possible: the workaround is obsolete. More importantly, the applied workaround is harmful for SVGTransformList animations, which go through the same SVGAnimatedPropertyAnimator code paths to apply changes, when <animateTransform> animations are active. @said: I hope the ChangeLog is sufficient :-) [I wanted to mark this as depends-on 198576, but I have no rights to do so]
Attachments
Nikolas Zimmermann
Comment 1 2022-12-12 05:33:42 PST
Nikolas Zimmermann
Comment 2 2022-12-12 05:34:06 PST
It's a draft PR, still need to update baseline / eventually add a new test (broke this out of a chain of commits, waiting for my builds to catch up... :-)
Radar WebKit Bug Importer
Comment 3 2022-12-19 05:32:15 PST
EWS
Comment 4 2023-10-06 06:03:37 PDT
Committed 268987@main (5a8f69dc67ce): <https://commits.webkit.org/268987@main> Reviewed commits have been landed. Closing PR #7481 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.