Comment 2 for bug 170665

Revision history for this message
Christoffer Bruun (cdbruun) wrote :

It is a functionality comparable to "Save as Web Page" i Microsoft Visio.

When generating a GIF or PNG from a SVG image with http links associated with the grafical objects, it would be very nice if
the following HTML code could be generated such that the exported GIF/PNG could be used as a clickable map.

E.g.:

<IMG id="ConvertedImage" SRC="exported.gif" name=RasterImage USEMAP="#visImageMap">

<MAP NAME="visImageMap">
  <AREA shape="POLYGON" HREF="#CleanResturant" COORDS=" 86,360 180,360 180,303 86,303 86,360">
  <AREA shape="POLYGON" HREF="#Order" COORDS=" 133,180 180,208 228,180 180,152 133,180">
  <AREA shape="POLYGON" HREF="#TaskLasagna" COORDS=" 0,57 95,57 95,0 0,0 0,57">
</MAP>