lishu / vscode-svg2

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

Add local file-system font inside the <img> mode. #168

Closed Developer-Mike closed 7 months ago

Developer-Mike commented 7 months ago

When I want to export an SVG to a PNG, I use the mode because else the image doesn't render correctly. The problem is that I can't use external font files while in the view. Is there a way to fix this?

Developer-Mike commented 7 months ago

Found a way to embed the font using a data url.