Re: [Doxygen-users] Generating dot graphs in SVG
Brought to you by:
dimitri
From: Clemens F. <c....@os...> - 2007-05-29 08:56:07
|
> Hi, > is there any reason why the allowed values for DOT_IMAGE_FORMAT are > gif, jpg and png only? In particular I'd like to generate the diagrams > in SVG format. > > Gennaro Prota Hi Gennaro. As far as I know DOT can also create SVG. I'd be interessted to know what happens if you say "svg" in the doxygen config file. If it does not work and you do not want to touch Doxygen, it may help to say "DOT_CLEANUP = NO". This will keep the .dot files. Then you need to convert them manually - with target SVG ofcourse. At last you need to modify all HTML files to replace those PNG, JPG, or GIF picture references with SVG references. You change only the file extension, not the filename. Clemens |