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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 20:01:13 PST 2012


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


Dirk Schulze <krit at webkit.org> changed:

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




--- Comment #2 from Dirk Schulze <krit at webkit.org>  2012-11-12 20:02:57 PST ---
You need to see the overflow property together with the clip property. This clip property is set to the boundaries of the <SVG> element and clips all content. The root element is special anyway, but IIRC it will work for nested <SVG> elements in FF nightly, if you make the clipping region big enough or set the property to 'auto'

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