[Webkit-unassigned] [Bug 31510] SVG flowchart renders clipped @ fightingfantasy.org (as reported by daringfireball)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 15 13:09:15 PST 2009


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


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org




--- Comment #1 from Sam Weinig <sam at webkit.org>  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.

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