Download plot as a png not working in IE from 1.13.0
See original GitHub issueFrom release 1.13.0 the snapshot in IE (svg) seems broken.
tested with type: 'surface'
and type: '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.
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Not able to download SVG as PNG in IE - Stack Overflow
I created a chart in d3. According to my requirement, I have to allow for downloading as PNG in all browsers. I am...
Read more >Cannot view .png pages in Internet Explorer
The PNG download dialog is only displayed if IE was not running, and is launched to display a PNG URL. If IE was...
Read more >A Gentle Introduction to torch.autograd - PyTorch
This tutorial work only on CPU and will not work on GPU (even if tensor are moved to CUDA). import torch from torchvision.models...
Read more >Release Notes (Previous versions) - Clip Studio Paint
(iPad) Fixed an issue where the image quality of the canvas would drop unexpectedly. Updates in Version 1.12.9 (released October 11, 2022). The...
Read more >Package List — Spack 0.20.0.dev0 documentation
Spack will search your current directory for the download files. ... The driver provided with AMG builds linear systems for various 3-dimensional problems....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
I am using the snapshot button. Also I tested the aforementioned releases with the example posted here: plotly.surface, just to be sure that it wasn’t related only to my case. I confirm that the issue is reproducible with the code posted on Plotly’s page.