Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pastjean/svgnavigator

SVG Panning and zooming javascript library using the global svg viewbox
https://github.com/pastjean/svgnavigator

Last synced: 21 days ago
JSON representation

SVG Panning and zooming javascript library using the global svg viewbox

Awesome Lists containing this project

README

        

SVG Navigator
=============

SVG Navigator is an SVG panning and zooming javascript library which adds
functionalities like Inkscape and Adobe Illustrator to embedded svg files in
html

Usage
-----

```html



// Put this in your main script
var theSVGElement = document.getElementById("theSVGElement");
SVGNavigator(theSVGElement);

```