| Summary: | image maps do not work with the new graphviz | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Sisyphus | Reporter: | Sergey Vlasov <vsu> | ||||
| Component: | doxygen | Assignee: | Fr. Br. George <george> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P4 | CC: | george, iv | ||||
| Version: | unstable | ||||||
| Hardware: | all | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
Applied in doxygen-1.2.17-alt2. Applied in doxygen-1.2.17-alt2. |
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. --- ---