[Webkit-unassigned] [Bug 32935] New: SVG Clipping doesn't respect objectBoundingBox of object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 25 10:45:02 PST 2009


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

           Summary: SVG Clipping doesn't respect objectBoundingBox of
                    object
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org
        Depends on: 32815


Created an attachment (id=45492)
 --> (https://bugs.webkit.org/attachment.cgi?id=45492)
Clipping doesn't respect objectBoundingBox

SVG Clipping doesn't use objectBoundingBox of object, even on activated
clipPathUnits="objectBoundingBox".
SVGRenderBase::prepareToRenderSVGContent in SVGRenderSupprt.cpp gives
repaintRectInLocalCoordinates to SVGResourceClipper instead of
objectBoundingBox.
repaintRectInLocalCoordinates includes the stroke of the object. You can see
the result of this bug on the example. You should see a green rect.

-- 
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