@@ -4050,8 +4050,10 @@ UML notation for the relationships.
40504050<![CDATA[
40514051 The \c DOT_IMAGE_FORMAT tag can be used to set the image format of the images
40524052 generated by \c dot. For an explanation of the image formats see the section output formats
4053- in the documentation of the \c dot tool
4054- (<a href="https://www.graphviz.org/">Graphviz</a>).
4053+ in the documentation of the \c dot tool (<a href="https://www.graphviz.org/">Graphviz</a>).
4054+ <br>Note the formats `svg:cairo` and `svg:cairo:cairo` cannot be used in combination with
4055+ \ref cfg_interactive_svg "INTERACTIVE_SVG" (the \ref cfg_interactive_svg "INTERACTIVE_SVG"
4056+ will be set to `NO`).
40554057]]>
40564058 </docs >
40574059 <value name =' png' />
@@ -4066,14 +4068,35 @@ UML notation for the relationships.
40664068 <value name =' png:cairo:gdiplus' />
40674069 <value name =' png:gdiplus' />
40684070 <value name =' png:gdiplus:gdiplus' />
4071+ <value name =' svg:cairo' />
4072+ <value name =' svg:cairo:cairo' />
4073+ <value name =' svg:svg' />
4074+ <value name =' svg:svg:core' />
4075+ <value name =' gif:cairo' />
4076+ <value name =' gif:cairo:gd' />
4077+ <value name =' gif:cairo:gdiplus' />
4078+ <value name =' gif:gdiplus' />
4079+ <value name =' gif:gdiplus:gdiplus' />
4080+ <value name =' gif:gd' />
4081+ <value name =' gif:gd:gd' />
4082+ <value name =' jpg:cairo' />
4083+ <value name =' jpg:cairo:gd' />
4084+ <value name =' jpg:cairo:gdiplus' />
4085+ <value name =' jpg:gd' />
4086+ <value name =' jpg:gd:gd' />
4087+ <value name =' jpg:gdiplus' />
4088+ <value name =' jpg:gdiplus:gdiplus' />
40694089 </option >
40704090 <option type =' bool' id =' INTERACTIVE_SVG' defval =' 0' depends =' HAVE_DOT' >
40714091 <docs >
40724092<![CDATA[
4073- If \ref cfg_dot_image_format "DOT_IMAGE_FORMAT" is set to \c svg, then this option can be set to \c YES to
4093+ If \ref cfg_dot_image_format "DOT_IMAGE_FORMAT" is set to `svg` or `svg:svg` or `svg:svg:core`,
4094+ then this option can be set to \c YES to
40744095 enable generation of interactive SVG images that allow zooming and panning.
40754096 <br>Note that this requires a modern browser other than Internet Explorer.
40764097 Tested and working are Firefox, Chrome, Safari, and Opera.
4098+ <br>Note This option will be automatically disabled when \ref cfg_dot_image_format "DOT_IMAGE_FORMAT"
4099+ is set to `svg:cairo` or `svg:cairo:cairo`.
40774100]]>
40784101 </docs >
40794102 </option >
0 commit comments