diff --git a/include/formats.php b/include/formats.php
index 65a24ced..9ea6f75d 100644
--- a/include/formats.php
+++ b/include/formats.php
@@ -1108,7 +1108,7 @@
SVG |
RW |
Scalable Vector Graphics |
- ImageMagick utilizes inkscape if its in your execution path otherwise RSVG. If neither are available, ImageMagick reverts to its internal SVG renderer. The default resolution is 96 DPI. Use -size command line option to specify the maximum width and height. If you want to substitute entities and you trust the SVG source, enable this option: -define svg:substitute-entities=true. If you want to render a very large SVG and you trust the source, enable this option: -define svg:parse-huge=true. |
+ By default, ImageMagick renders SVGs with inkscape if Inkscape is in your execution path; otherwise RSVG. If neither is available, ImageMagick reverts to its internal SVG renderer (called MSVG). The default resolution is 96 dpi. Use the -size command line option to specify the maximum width and height. (-size is currently ignored by the Inkscape renderer due to a limitation on the Inkscape side.) If you want to substitute entities and you trust the SVG source, enable this option: -define svg:substitute-entities=true. If you want to render a very large SVG and you trust the source, enable this option: -define svg:parse-huge=true. If RSVG is installed and you want to render an SVG using RSVG, add rsvg: just before the file name. If you want to render an SVG using MSVG, add msvg: just before the file name. |