Small graphs in latex output

Joost van Weenen <[email protected]>
Newsgroups gmane.text.doxygen.devel
Message-ID <[email protected]>
The graphs in the latex output are very small.
Unreadable sometimes.

I looked at the code that generates the latex for the graphs.
I found this code in dot.cpp line 1959

      if (width>maxWidth)
       {
         out << "\\includegraphics[width=" << maxWidth << "pt]";
       }
       else if (height>maxHeight)
       {
         out << "\\includegraphics[height=" << maxHeight << "pt]";
       }
       else
       {
         out << "\\includegraphics[width=" << width/2 << "pt]";
       }
       out << "{" << baseName << "}\n"
         "\\end{center}\n"
         "\\end{figure}\n";

My question is in the else case why is width divided by 2?
Beceause in my output if i would double the points (so get the width  
value back) al the pictures have a nice size.

My question is: is this a bug in the latex output?
Do i have to compile my own doxygen to fix this?
Or is there a other way to specify the width of the pictures in the  
latex output that i couldn't find?

Greetings

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

_______________________________________________
Doxygen-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-develop
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.