RESOLVED FIXED 32935
SVG Clipping doesn't respect objectBoundingBox of object
https://bugs.webkit.org/show_bug.cgi?id=32935
Summary SVG Clipping doesn't respect objectBoundingBox of object
Dirk Schulze
Reported 2009-12-25 10:45:01 PST
Created attachment 45492 [details] 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.
Attachments
Clipping doesn't respect objectBoundingBox (392 bytes, image/svg+xml)
2009-12-25 10:45 PST, Dirk Schulze
no flags
Dirk Schulze
Comment 1 2009-12-30 01:12:21 PST
Fixed with r52647.
Note You need to log in before you can comment on or make changes to this bug.