SimonSiefke / vscode-svg-preview

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

Display svg images having no stroke or fill #95

Open dpkshrma opened 3 years ago

dpkshrma commented 3 years ago

Hi,

Thanks for creating this awesome extension!

It works great although all the SVGs I use in any codebase have no fill or stroke by default for easy reusability in code.

The preview does not show any image in such cases. Is it possible to display some default colored image or some image on a checkered background (as done by many image viewers for png images)?