diff --git a/Doxyfile b/Doxyfile index a4377658a..f003ce0ea 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1635,7 +1635,7 @@ DOT_NUM_THREADS = 0 # the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the # directory containing the font. -DOT_FONTNAME = FreeSans.ttf +DOT_FONTNAME = Verdana # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. # The default size is 10pt. @@ -1735,7 +1735,7 @@ DIRECTORY_GRAPH = NO # HTML_FILE_EXTENSION to xhtml in order to make the SVG files # visible in IE 9+ (other browsers do not have this requirement). -DOT_IMAGE_FORMAT = png +DOT_IMAGE_FORMAT = svg # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to # enable generation of interactive SVG images that allow zooming and panning.