- From: Thomas E Deweese <thomas.deweese@kodak.com>
- Date: Mon, 24 Mar 2003 11:06:51 -0500
- To: Philip Mackie <Philip.Mackie@RCP.co.uk>
- Cc: "'www-svg@w3.org'" <www-svg@w3.org>
>>>>> "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