#309: The `graphviz` extension can now output SVG instead of PNG

images, controlled by the ``graphviz_output_format`` config value.
Patch by Henrique Bastos.
This commit is contained in:
Georg Brandl
2010-01-02 21:38:27 +01:00
parent 82fa1f3cfe
commit d32bd22ae7
4 changed files with 76 additions and 20 deletions
+3
View File
@@ -3,6 +3,9 @@ Release 1.0 (in development)
* Added Epub builder.
* #309: The ``graphviz`` extension can now output SVG instead of PNG
images, controlled by the ``graphviz_output_format`` config value.
* #284: All docinfo metadata is now put into the document metadata, not
just the author.