Bug 247671 - [LBSE] Transform update handling is unreliable
Summary: [LBSE] Transform update handling is unreliable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords: InRadar
Depends on:
Blocks: 90738
  Show dependency treegraph
 
Reported: 2022-11-09 02:45 PST by Nikolas Zimmermann
Modified: 2022-11-17 08:37 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2022-11-09 02:45:09 PST
If a SVG renderer does not have a transformation and <animateMotion> adds a non-identity supplementalTransform() no visual effect is observed.
Only when e.g. zooming in/out (-> style invalidation) the animation starts to be visible -> fix that.
Comment 1 Nikolas Zimmermann 2022-11-09 03:21:27 PST
Pull request: https://github.com/WebKit/WebKit/pull/6294
Comment 2 Nikolas Zimmermann 2022-11-09 03:28:37 PST
(In reply to Nikolas Zimmermann from comment #1)
> Pull request: https://github.com/WebKit/WebKit/pull/6294

Wrong PR, correct link will follow.
Comment 3 Nikolas Zimmermann 2022-11-09 03:28:54 PST
Pull request: https://github.com/WebKit/WebKit/pull/6295
Comment 4 Radar WebKit Bug Importer 2022-11-16 02:46:42 PST
<rdar://problem/102412180>
Comment 5 EWS 2022-11-17 08:37:57 PST
Committed 256787@main (6b5b349b0390): <https://commits.webkit.org/256787@main>

Reviewed commits have been landed. Closing PR #6295 and removing active labels.