pRizz / SVG-Navigator---Chrome-Extension

SVG Navigator is an extension for Google Chrome that adds pan and zoom features to existing SVG files on the web.
https://chrome.google.com/webstore/detail/svg-navigator/pefngfjmidahdaahgehodmfodhhhofkl?hl=en-US
BSD 2-Clause "Simplified" License
14 stars 5 forks source link

Zooming out #5

Closed pRizz closed 11 years ago

pRizz commented 11 years ago

Zooming out (with alt key) from an SVG that was much larger than the browser window, causes the coordinates of the zoomed out result to drift away from the center. Example: http://upload.wikimedia.org/wikipedia/commons/6/62/Diagram_of_zeta_potential_and_slipping_plane.svg

pRizz commented 11 years ago

One clue is that when I take the width and height attributes out of the svg, zooming out works fine.

pRizz commented 11 years ago

Fixed in v1.4