Hello,
Im trying to use the svg serializer.
Generating a jpg from a svg works well. Now I'm trying to make clickable areas in the svg and
get cocoon to convert thos clickable areas to an imagemap, but I'm having difficulties.
Is there a serializer somwhere that does this? Google turns up some references, but is there a standard serializer for svg to imagemap?
Im currently using sodipodi to generate the base svg and clickable areas, then I transform the SVG adding data.
(please reply also to my adress) /Joakim
Hello Joakim,
no it's not possible with the serializers that transform the SVGs to JPEG or PNG. The reason: they create only the image, but not the HTML code encessary for an image map. You must write a stylesheet which creates (based on the SVG) the imagemap HTML code. I have done this already a long time ago, must be at least 2 years. I don't know if the code is lost. But this code is not commonly usable I guess, it must be written at least a bit different for each SVG. If you have problems, simply ask.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
