SVG must not be interactive for embedding in redmine

This commit is contained in:
Marc Wäckerlin
2015-11-16 12:37:41 +00:00
parent e4416881d3
commit dec02f3fc6

View File

@@ -2222,7 +2222,7 @@ DOT_IMAGE_FORMAT = svg
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
INTERACTIVE_SVG = YES
INTERACTIVE_SVG = NO
# The DOT_PATH tag can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.