[Webkit-unassigned] [Bug 96163] SVG does not respect overflow:visible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 21:09:17 PST 2012


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





--- Comment #4 from Dirk Schulze <krit at webkit.org>  2012-11-12 21:11:01 PST ---
You may got me wrong. Not the overflow property matters, but the 'clip' property:

""
The ‘clip’ property has the same parameter values as defined in CSS2 ([CSS2], section 11.1.2). Unitless values, which indicate current user coordinates, are permitted on the coordinate values on the <shape>. The value of auto defines a clipping path along the bounds of the viewport created by the given element.
""

This means the content is _always_ clipped to the view port (which is the boundaries of the <svg> element). This is independent of the overflow property value. So you need to set clip: rect(huge values) to change the clipping behavior. However, this just works on FF nightly so.

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