Manual:$wgSVGConverterPath
From MediaWiki.org
SVG: $wgSVGConverterPath | |
---|---|
Path to the SVG converter being used. |
|
Introduced in version: | 1.4.0 |
Removed in version: | still in use |
Allowed values: | absolute path, or empty string. |
Default value: | '' (empty string) |
Other settings: Alphabetical | By Function
Details[edit | edit source]
By default, when invoking a SVG converter, MediaWiki simply passes a command line such as inkscape -z ...
, leaving it up to the operating system to locate the executable.
If your chosen SVG converter ($wgSVGConverter
) is not in the executable PATH, you should use this setting to specify the directory in which the SVG converter is located.
You will almost certainly need to set this variable on Windows systems.