Bug 1188 - image maps do not work with the new graphviz
Summary: image maps do not work with the new graphviz
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: doxygen (show other bugs)
Version: unstable
Hardware: all Linux
: P4 major
Assignee: Fr. Br. George
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-08 21:04 MSD by Sergey Vlasov
Modified: 2003-08-25 15:18 MSD (History)
1 user (show)

See Also:


Attachments
0001188-doxygen-1.2.17-imaprect.patch (deleted)
2002-08-08 21:04 MSD, Sergey Vlasov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Vlasov 2002-08-08 21:04:48 MSD
Image maps in the generated HTML documentation (graphical class hierarchy, collaboration graphs, ...) do not work in doxygen-1.2.17-alt1 when used together with graphviz-1.8.8-alt1.

The problem is caused by the change in graphviz:

April 19, 2002
        - Coords of rectangles changed to left/top right/bottom in -Timap.

Because of this, doxygen puts coordinates in reverse order, and the image maps do not work.

The attached patch adds a check to put coordinates into the right order, independent of the graphviz version.
---

---

Comment 1 Dmitry V. Levin 2002-08-09 18:49:43 MSD
Applied in doxygen-1.2.17-alt2.
Comment 2 Dmitry V. Levin 2002-08-09 18:49:43 MSD
Applied in doxygen-1.2.17-alt2.