You are viewing an old version of this page. Return to the latest version.
Version of 14:26, 5 December 2017 by Lsireta
No categories assigned
NativeSvgHandler
-
- Last edited 6 years ago by Lsireta
-
-
- No status information
The NativeSvgHandler extension allows SVG files to by served directly to clients for client-side rendering.
Installation[<a href="https://www.mediawiki.org/w/index.php?title=Extension:NativeSvgHandler&action=edit§ion=1" title="Edit section: Installation">edit]
- Download and place the file(s) in a directory called
NativeSvgHandler
in yourextensions/
folder.
- Add the following code at the bottom of your LocalSettings.php:
<span class="k">require_once</span> <span class="s2">"</span><span class="si">$IP</span><span class="s2">/extensions/NativeSvgHandler/NativeSvgHandler.php"</span><span class="p">;</span>
Done - Navigate to Special:Version on your wiki to verify that the extension is successfully installed.