Number: 1069
Title: Graphviz does not generate correct imagemap information
Submitter: Yann
Date: Tue Jan 23 05:38:19 2007
Subsys: Dot
Version: 2.12
System: x86-Windows-win2k3
Severity: major
Problem:
Bug found under Bugzilla 2.22.

This is a bug not present in version 2.6. When generating map info under 2.12, I get an additional line at the beginning of the map that is the width of my image. So all information below this first map line is not taken into account.


<map name="imagemap">
<area alt="bug " name="bug" shape="rect" title="myserver/query.cgi coords="my image full size">
..correct map info...
<map name="imagemap">
Comments:
[ellson] My fault. The ordering is wrong in the new map plugin code. In this format the map of the background rectangle needs to follow the node and edge maps so that nodes and edges respond first.
Owner: erg
Status: Fixed (16 Feb 2007)