[Doxygen-users] Re: Pb with the new version of dot
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2002-02-11 19:08:19
|
On Mon, Feb 11, 2002 at 01:50:43PM -0500, Stephane Routelous wrote: > Hi, > > I sent a few week ago, a mail to the mailing list with a problem with the new version of dot.exe for win32 . > ( http://www.geocrawler.com/archives/3/11668/2002/1/0/7697694/ ) > > I didn't have any answer. > > It seems that the maps for the dot-generated bitmaps are wrong. > For example, in the attached file, if you move the mouse cursor links over the exotkAF_ViewPopup image, the area becomes "sensitive" only when the cursor is on the "ot". On the right, thew area is sensitive passed the end of the box. > > Is it a problem with dot or with doxygen ? I think it is a dot problem, but I don't have it with the latest version of dot (as included in graphviz 1.7.15) on Linux. > Who generates those areas ? Doxygen lets dot generate a server side image map (with the areas), which doxygen then converts into a client side map. You can see the intermediate result if you set DOT_CLEANUP to NO. Regards, Dimitri |