Closed
Description
In principle we should be able to support png output from Edge
PNG toImage for MS 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
It would be great if in a future plotlyjs release, toImage png format is allowed for Edge while still restricting IE11 and below to be svg format only.
Pulled out of #699 as this is the only remaining part of that issue.