Bug 41450 - RenderSVGContainer/RenderSVGRoot report wrong strokeBoundingBox()
Summary: RenderSVGContainer/RenderSVGRoot report wrong strokeBoundingBox()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-01 02:34 PDT by Nikolas Zimmermann
Modified: 2010-07-01 02:47 PDT (History)
0 users

See Also:


Attachments
Initial patch (7.32 KB, patch)
2010-07-01 02:38 PDT, Nikolas Zimmermann
krit: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2010-07-01 02:34:36 PDT
RenderSVGContainer/RenderSVGRoot::strokeBoundingBox() actually dump their childrens repaintRectInLocalCoordinates().
This is only visible when inspecting such nodes with our WebInspector - the highlighted rects are too small, eg. in LayoutTests/svg/filters/filter-clip.svg
Comment 1 Nikolas Zimmermann 2010-07-01 02:38:23 PDT
Created attachment 60217 [details]
Initial patch
Comment 2 Dirk Schulze 2010-07-01 02:43:00 PDT
Comment on attachment 60217 [details]
Initial patch

r=me. Fix the typo acftual, mentioned on IRC and upload it :-)
Comment 3 Nikolas Zimmermann 2010-07-01 02:47:12 PDT
Landed in r62244.