SimonSiefke / vscode-svg-preview

Svg Preview for VSCode
MIT License
45 stars 5 forks source link

Initial view is confusing if the height is greater than the width #39

Closed shruda closed 4 years ago

shruda commented 4 years ago

Hi, the initial view of the preview tab is confusing if the height is greater than the width:

`

<rect fill="#000000" x="5" y="20" width="10" height="80" /> 

`

Current result: image

I would the following view: image

SvgPreview Version: 2.8.1

Best Regards, Steve

SimonSiefke commented 4 years ago

Fixed in version 2.8.2 :)