cssho / vscode-svgviewer

SVG Viewer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=cssho.vscode-svgviewer
MIT License
67 stars 20 forks source link

Allow zooming of SVG with mouse wheel #43

Closed totkeks closed 6 years ago

totkeks commented 6 years ago

I just installed this extension, because vscode unfortunately can't display SVG out of the box. But then I wanted to zoom into some smaller SVG icons and noticed, that this doesn't work with the mouse wheel.

When using ctrl+ or ctrl- it zoomed the whole application windows, which was not what I wanted.

Could you please add the option to zoom the SVG preview? Either with mouse wheel or with buttons.

cssho commented 6 years ago

@totkeks Added support for zooming of SVG in the latest version. You can use it by holding ctrl/cmd and using mouse wheel.

totkeks commented 6 years ago

Smooth. Works great. Thank you! :-)