-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download plot as a png not working in IE from 1.13.0 #699
Comments
Thanks for the report. We did make some changes to our to-image code in Can you confirm or infirm the following: Donwload plot with
To-image support for IE11 was introduced in 1.11.0 (see PR #446), so there no chance of it working in versions < |
in order:
Below 1.12.0 is for down to 1.11.0 Thanks |
@fixxxr, I'll check. Could you provide the code you are using to make your |
I am using the snapshot button. |
Looking into this, and I think I see the issue. I'll keep working on it and hopefully by tomorrow I will have it fixed. |
@timelyportfolio, thank you very much |
hi there, |
From @vsabeti : PNG toImage for IE Edge works if img.crossOrigin is set to 'Anonymous'. The tainted canvas is fixed for the Edge browser (and works with this one change), but apparently will not be fixed for IE11. https://connect.microsoft.com/IE/feedback/details/828416/cavas-todataurl-method-doesnt-work-after-draw-svg-file-to-canvas |
@etpinard so does this mean that we cannot use the |
superseded by #2077 for clarity |
From release 1.13.0 the snapshot in IE (svg) seems broken.
tested with
type: 'surface'
andtype: 'contour'
and for the first it produces a blank svg while for the second, the snapshot seems to stop before the saving of the svg file.From 1.12.0 and below the snapshot for
type: 'contour'
has the same behavior as described above.The text was updated successfully, but these errors were encountered: