Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update transforms on SVG shapes/groups when root element size changed
https://bugs.webkit.org/show_bug.cgi?id=245120 <rdar://99854279> Reviewed by Simon Fraser. We need to also update transforms when the size of the RenderSVGRoot has changed, since percentage based transforms are relative to the root. Tests: - imported/w3c/web-platform-tests/css/css-transforms/transform-percent-010.html - imported/w3c/web-platform-tests/css/css-transforms/transform-box/view-box-mutation-001.html - imported/w3c/web-platform-tests/css/css-transforms/transform-box/view-box-mutation-003.html * LayoutTests/TestExpectations: * Source/WebCore/rendering/svg/SVGRenderSupport.cpp: (WebCore::SVGRenderSupport::layoutChildren): Canonical link: https://commits.webkit.org/254538@main
- Loading branch information