[Webkit-unassigned] [Bug 11007] New: Outermost <svg> element should clip to viewport

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Sep 24 06:59:21 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=11007

           Summary: Outermost <svg> element should clip to viewport
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://www.w3.org/TR/SVG11/masking.html#OverflowAndClipP
                    roperties
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P4
         Component: SVG
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: macdome at opendarwin.org


Per the spec:
When an outermost SVG 'svg' element is stand-alone or embedded inline within a
parent XML grammar which does not use CSS layout [CSS2-LAYOUT] or XSL
formatting [XSL], the 'overflow' property on the outermost 'svg' element is
ignored for the purposes of visual rendering and the initial clipping path is
set to the bounds of the initial viewport.

See attached test case.

I'm surprised this isn't working, since last I checked, our user agent
stylesheet has svg { overflow: hidden; }  and I thought that overflow: hidden
worked.  Manually specifying style="overflow: hidden" on the outermost SVG
element does not fix the problem.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list