viewport-fill property

Hi.

I was wondering about the 'viewport-fill' property and how it applies in
the case of an svg element with overflow="visible".  I had assumed that
this example:

  <svg version="1.2" width="100" height="100"
       viewport-fill="yellow" overflow="visible"
       viewBox="50 50 100 100"/>

would show only yellow background.  But reading section 7.10 of SVG 1.2
Tiny it states that bounds of the viewport are just those defined by the
x, y, width, height attributes.  So I am not sure if the viewport-fill
colour is painted on the entire infinite canvas in this case or only on
the (0, 0, 100, 100) area.

Thanks,

Cameron

-- 
  e-mail : cam (at) mcc.id.au    	icq : 26955922
     web : http://mcc.id.au/	        msn : cam-msn (at) aka.mcc.id.au
  office : +61399055779		     jabber : heycam (at) jabber.org

Received on Monday, 26 September 2005 01:56:49 UTC