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.76k stars 389 forks source link

Pan function not working within onZoom function. #386

Open SuperRajar opened 4 years ago

SuperRajar commented 4 years ago

Calls to pan() or panBy() functions does not have any effect when called from within onZoom() function.