[webkit-changes] cvs commit: WebCore/ksvg2/css svg.css

David hyatt at opensource.apple.com
Thu Dec 15 11:37:22 PST 2005


hyatt       05/12/15 11:37:22

  Modified:    ksvg2/css svg.css
  Log:
  Bug #:
  
  Revision  Changes    Path
  1.4       +10 -0     WebCore/ksvg2/css/svg.css
  
  Index: svg.css
  ===================================================================
  RCS file: /cvs/root/WebCore/ksvg2/css/svg.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- svg.css	11 Dec 2005 09:26:23 -0000	1.3
  +++ svg.css	15 Dec 2005 19:37:21 -0000	1.4
  @@ -25,6 +25,16 @@
   
   @namespace "http://www.w3.org/2000/svg";
   
  +/* 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.
  +*/
  +svg:root
  +{
  +    overflow: visible !important;
  +}
  +
   svg, symbol, marker, pattern, foreignObject
   {
       overflow: hidden;
  
  
  



More information about the webkit-changes mailing list