You are viewing an old version of this page. Return to the latest version.
NativeSvgHandler
-
- Last edited 6 years ago by IdaK
-
-
- No status information
Extension: NativeSvgHandler
Overview | |||
---|---|---|---|
Description: | Display of grafics in SVG format | ||
State: | stable | Dependency: | MediaWiki |
Developer: | Povilas Kanapickas | License: | - |
Type: | MediaWiki | Category: | Infrastructure |
Edition: | BlueSpice pro | ||
Features
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