Re: SVG12: 6.3 example

* Ola Andersson wrote:
>We have now removed the 1.1 doctype from the example to make the example
>a conforming SVG Tiny 1.2 document.
>
>New version:
>
><?xml version="1.0"?>
><svg width="100%" height="100%" viewBox="0 0 1000 500"
>     xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
>  <rect x="200" y="100" width="600" height="300" 
>        fill="red" stroke="blue" stroke-width="3"/>
></svg> 

Thanks.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Saturday, 24 December 2005 01:13:53 UTC