RE: Problems with the ViewBox

>>>>> "PM" == Philip Mackie <Philip.Mackie@RCP.co.uk> writes:

PM> Hi,

PM> I'm having some difficulty with SVG's viewbox. Take the following
PM> simple example:

PM> <svg width="500px" height="500px" viewBox="0px 0px 500px 250px">

    The viewBox does not take units.  See Section 7.7.

PM> <g> <rect x="0px" y="0px" width="500px" height="250px"/> </g>
PM> </svg>

Received on Monday, 24 March 2003 11:07:12 UTC