Bug 31510

Summary: SVG flowchart renders clipped @ fightingfantasy.org (as reported by daringfireball)
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: krit, mitz, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
URL: http://outspaced.fightingfantasy.org/SVG_Flowcharts/main.html

Geoffrey Garen
Reported 2009-11-14 15:23:17 PST
To reproduce: 1. Navigate to http://outspaced.fightingfantasy.org/SVG_Flowcharts/main.html 2. Click a link to an SVG flowchart, like this one: http://outspaced.fightingfantasy.org/SVG_Flowcharts/ff01.svgz --> Notice that the flowchart renders clipped, and not scrollable.
Attachments
Sam Weinig
Comment 1 2009-11-15 13:09:15 PST
It is hard to tell, but I believe this behaves correctly according to the svg spec, which states: "The initial value for 'overflow' as defined in [CSS2-overflow] is 'visible'; however, SVG's user agent style sheet overrides this initial value and set the 'overflow' property on elements that establish new viewports (e.g., 'svg' elements), 'pattern' elements and 'marker' elements to the value 'hidden'." (http://www.w3.org/TR/SVG/masking.html#OverflowProperty). In this case, it is the root element (the 'svg' element) that has overflow:hidden which is what causes no scrollbars to appear.
Geoffrey Garen
Comment 2 2009-11-16 18:28:33 PST
mitz
Comment 3 2009-11-29 11:10:07 PST
Is this different from bug 11225?
mitz
Comment 4 2010-02-09 11:12:21 PST
*** This bug has been marked as a duplicate of bug 11225 ***
Note You need to log in before you can comment on or make changes to this bug.