From 2cc19471770edb340d1a8b0c20a9707633dc54f9 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Sun, 26 Jun 2022 19:50:34 +0200 Subject: [PATCH] Doxygen: use SVG for the call graph images (#2896) Now that IE is finally gone, all the main browsers support this, which provides higher quality and smaller sizes. --- cplusplus/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cplusplus/Doxyfile.in b/cplusplus/Doxyfile.in index b489896b..81ae6e67 100644 --- a/cplusplus/Doxyfile.in +++ b/cplusplus/Doxyfile.in @@ -2461,7 +2461,7 @@ DIRECTORY_GRAPH = YES # The default value is: png. # This tag requires that the tag HAVE_DOT is set to YES. -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.