WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Nikolas Zimmermann
Comment 1
2022-11-09 03:38:48 PST
Pull request:
https://github.com/WebKit/WebKit/pull/6297
Radar WebKit Bug Importer
Comment 2
2022-11-16 02:46:23 PST
<
rdar://problem/102412168
>
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.
Top of Page
Format For Printing
XML
Clone This Bug