[Webkit-unassigned] [Bug 234231] New: RenderSVGContainer calculates transform before boundaries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 13 02:32:41 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=234231

            Bug ID: 234231
           Summary: RenderSVGContainer calculates transform before
                    boundaries
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mrobinson at webkit.org
                CC: sabouhallawa at apple.com, zimmermann at kde.org

RenderSVGContainer is calculating the local transformation before boundaries, but depending on the value of `transform-box` the transformation might rely on the boundaries. I do not think that the local transformation should be used at all when calculating boundaries, so the order can be changed here.

This is why imported/w3c/web-platform-tests/css/css-transforms/transform-box/fill-box-002.html is failing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211213/8f337122/attachment.htm>


More information about the webkit-unassigned mailing list