SimonSiefke / vscode-svg-preview

Svg Preview for VSCode
MIT License
44 stars 4 forks source link

Zoom Preference #11

Closed zslabs closed 5 years ago

zslabs commented 5 years ago

@SimonSiefke Would it be possible to set the starting zoom-level as a preference? It looks like by default it'll fill up the viewport, but seeing the icon in its actual-size would be pretty nice.

SimonSiefke commented 5 years ago

Thanks for the feedback. I have added a scaleToFit option to the extension. Setting "svgPreview.scaleToFit": false disables that images fill up the whole viewport.

zslabs commented 5 years ago

Thanks!