Closed
Description
When using downloadImage
to save a SVG snapshot via MS IE or Edge, the saved file contains the literal data URL value rather than the decoded SVG source code.
I believe this is a consequence of 22d902b before which url
contained the raw SVG source. That commit is probably correct to only put URL values in url
, but that means the URL should be decoded before constructing a Blob and saving as a file.
See my PR here for a fix: radhikalism#1
Metadata
Metadata
Assignees
Labels
No labels