DanielHoffmann / jquery-svg-pan-zoom

jQuery plugin to enable pan and zoom in SVG images.
MIT License
43 stars 29 forks source link

Improve mousewheel animation zoom accuracy and zoom lag in Firefox #12

Open DanielHoffmann opened 9 years ago

DanielHoffmann commented 9 years ago

Some accuracy is lost when a zooming with the mousewheel while a zoom animation is already happening. For example when zooming in and out very fast the cursor will not always end up at the exact same coordinate it was before the zoom started, it might be off by a few SVG viewBox units.

Besides that in Firefox the animation is somewhat lagged.