SVG must not be interactive for embedding in redmine

This commit is contained in:
Marc Wäckerlin
2015-11-16 12:37:44 +00:00
parent 38d5f118cc
commit fe905b97f9

View File

@@ -2221,7 +2221,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.