bumbu / svg-pan-zoom

JavaScript library that enables panning and zooming of an SVG in an HTML document, with mouse events or custom JavaScript hooks
https://github.com/ariutta/svg-pan-zoom#demos
BSD 2-Clause "Simplified" License
1.74k stars 390 forks source link

Find existing instance #361

Closed ghost closed 4 years ago

ghost commented 4 years ago

when svgPanZoom is called multiple times on the same html element, does a new instance get created every time, or does it use the existing instance?