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

Utilize jQuery in svgNavigator.js #22

Closed pRizz closed 10 years ago

pRizz commented 10 years ago

Because jQuery is better, safer, more awesome.

pRizz commented 10 years ago

Tried and can't really do this because the SVG document doesn't work with JQuery. jQuery expects an HTML document with different properties.