RESOLVED FIXED 245397
Cleanup RenderLayer::paintLayerByApplyingTransform()
https://bugs.webkit.org/show_bug.cgi?id=245397
Summary Cleanup RenderLayer::paintLayerByApplyingTransform()
Nikolas Zimmermann
Reported 2022-09-19 14:58:31 PDT
The lambda 'usesSVGSubtreeTransformRules' is equal to the rendererNeedsPixelSnapping() method of RenderLayerModelObject -- get rid of the former, as it's way more descriptive to talk about pixel snapping enabled/disabled, then "SVG subtree transform rules".
Attachments
Nikolas Zimmermann
Comment 1 2022-09-19 15:00:15 PDT
EWS
Comment 2 2022-09-21 04:14:30 PDT
Committed 254720@main (70029f0e8b78): <https://commits.webkit.org/254720@main> Reviewed commits have been landed. Closing PR #4505 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-09-21 04:15:24 PDT
Note You need to log in before you can comment on or make changes to this bug.