You are viewing an old version of this page. Return to the latest version.
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:
require_once"$IP/extensions/NativeSvgHandler/NativeSvgHandler.php";
Done - Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Source: mediawiki