Hi Mark,

"Mark Fortner" <[EMAIL PROTECTED]> wrote on 06/28/2007 12:20:44 AM:

> Here's the xslt I used.  In my case, I was transforming circles on 
> an image, into circular hotspots in an image map.  You'll need to 
> take a look at your svg to see what tags you want to transform. 
> Feel free to hack the xslt to suit your needs. 

   That is a really nice simple example, but it will only work
for very simple SVG documents, even something like:

        <svg width="400" height="500" viewBox="0 0 4000 5000"
           xmlns="http://www.w3.org/2000/svg";>
         <circle cx="2000" cy="2500" r="1000" fill="red"/>
      </svg>

   Will not match the hotspot area with the rendered circle.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to