hediet / vscode-drawio

This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.
https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio
GNU General Public License v3.0
9.09k stars 414 forks source link

Images loaded as remote URL display as black X #338

Open ecourreges-orange opened 1 year ago

ecourreges-orange commented 1 year ago

I have a drawing from Atlassian confluence with a mix of images from the clipart library, "embedded as base64" and others which are only links to URLs in http://...

The result when saving a png or svg in this VSCode extension is that only the embedded as base64 work right away, for the users you get the black box marked with an X.

This missing feature also bloats the png/svg because you end up with all images embedded in it, so in my example, I have a 1MB svg instead of 60kB.

I will see if there is an easy fix for this