Re: SVG in HTML proposal

Just an idea, but how about this:

<script type="image/svg" id="myImage">
<![CDATA[
   <svg ...> ... </svg>
]]>
</script>

<img src="#myImage">

Allows the same SVG image to be re-used several times on the same  
page without bloating the file size.

-- 
Toby A Inkster
<mailto:mail@tobyinkster.co.uk>
<http://tobyinkster.co.uk>

Received on Thursday, 17 July 2008 14:01:18 UTC