Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pastjean/svgnavigator
- Owner: pastjean
- License: mit
- Created: 2014-08-26T16:07:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-16T13:41:48.000Z (over 10 years ago)
- Last Synced: 2024-12-06T11:00:44.404Z (about 1 month ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
htmlUsage
-----```html
// Put this in your main script
var theSVGElement = document.getElementById("theSVGElement");
SVGNavigator(theSVGElement);
```