[Webkit-unassigned] [Bug 133301] New: SVG getBBox() does not work for transformed children

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 27 01:59:25 PDT 2014


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

           Summary: SVG getBBox() does not work for transformed children
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kari.pihkala at gmail.com
                CC: zimmermann at kde.org


Created an attachment (id=232119)
 --> (https://bugs.webkit.org/attachment.cgi?id=232119&action=review)
Example SVG

SVG getBBox() for a group element does not return the correct bounding box if its child element is rotated.

The attached example displays the bounding box as a blue rectangle for a rotated ellipse. There is a large gap between the bbox and the ellipse.

The result should be a blue rectangle tightly around the ellipse without any gaps.

Firefox 29 displays the correct behaviour.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list