Re: Why do some SVG scale and others don't?

Dean Jackson wrote:

 > The standard way is to use the viewBox attribute. If I don't
 > want to specify an exact size I usually do something like this.
 >
 > <svg width="100%" height="100%" viewBox="0 0 500 500">

which, AFAIK, is the same as

<svg viewBox="0 0 500 500">

Tobi

-- 

* peace&love.
* http://www.pinkjuice.com/

Received on Thursday, 21 February 2002 16:23:57 UTC