Re: SVG12: 7.2 example

* Ola Andersson wrote:
>The example has been changed to:
>
><?xml version="1.0"?>
><parent xmlns="http://www.example.org">
>   <!-- SVG graphic -->
>   <svg xmlns='http://www.w3.org/2000/svg'
>      width="100px" height="200px" version="1.1">
>      <path d="M100,100 Q200,400,300,100"/>
>      <!-- rest of SVG graphic would go here -->
>   </svg>   
></parent>

That's not quite the result, but it seems the original issue has been
addressed anyway; 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:18:19 UTC