lishu / vscode-svg2

A vscode svg langauge support extension
MIT License
200 stars 10 forks source link

When exporting PNG files, add support for export sizing or export scale. #140

Open Aiurvie opened 1 year ago

Aiurvie commented 1 year ago

When exporting PNG files, add support for export sizing or export scale. Doesn't seem like anyone is doing it?

lishu commented 1 year ago

This behavior can be achieved simply by modifying the width and height of the SVG document.

Adding export size options can be unnecessarily complicating operations.