# NativeSvgHandler for Mediawiki
Extension:NativeSvgHandler allows SVG files to by served directly to clients for client-side rendering.

## Requirements
* [MediaWiki](https://www.mediawiki.org) 1.31 or later

## Installation
You can get the extension via Git (specifying ShortDescription as the destination directory):

    git clone https://github.com/wikimedia/mediawiki-extensions-NativeSvgHandler.git NativeSvgHandler

Or [download it as zip archive](https://github.com/wikimedia/mediawiki-extensions-NativeSvgHandler/archive/master.zip).

In either case, the "NativeSvgHandler" extension should end up in the "extensions" directory 
of your MediaWiki installation. If you got the zip archive, you will need to put it 
into a directory called NativeSvgHandler.

## Usage
Please refer to the [extensions documentation page](https://www.mediawiki.org/wiki/Extension:NativeSvgHandler).
