You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Activity
alexcjohnson commentedon Oct 6, 2017
possibly related to (or duplicate of even) #699 ?
bpostlethwaite commentedon Oct 6, 2017
cc @cldougl - looks like we have progress on this one