RESOLVED FIXED 247672
[LBSE] Unify all SVG geometry/transform computations with CSS
https://bugs.webkit.org/show_bug.cgi?id=247672
Summary [LBSE] Unify all SVG geometry/transform computations with CSS
Nikolas Zimmermann
Reported 2022-11-09 02:45:17 PST
Consistently use SVGLayerTransformComputation whenever transformations need to be computed in the SVG render tree, utilizing 'TransformState' and 'mapLocalToContainer', which were previously extended for SVGs needs (TransformState::TransformMatrixTracking). This assures that the very same transformation matrices / code paths are used independent if one is using getBoundingClientRect() / getCTM() / getBBox() or when computing repaint rects, layer transform matrices - etc.
Attachments
Nikolas Zimmermann
Comment 1 2022-11-09 03:38:48 PST
Radar WebKit Bug Importer
Comment 2 2022-11-16 02:46:23 PST
EWS
Comment 3 2022-11-18 16:41:51 PST
Committed 256862@main (5c3443a0ab7a): <https://commits.webkit.org/256862@main> Reviewed commits have been landed. Closing PR #6297 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.