Skip to content

Plot export (using toolbar) not working properly under IE and Edge #1408

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

Closed
bruno-rino opened this issue Feb 23, 2017 · 2 comments
Closed

Plot export (using toolbar) not working properly under IE and Edge #1408

bruno-rino opened this issue Feb 23, 2017 · 2 comments

Comments

@bruno-rino
Copy link

The "download plot as a png" toolbar button is not working properly under IE and Edge.

Firstly, I get an SVG instead of an PNG.

Secondly, the SVG is URI encoded, which makes it unusable.

This can be reproduced with the "Hello World" plot from the "Getting started" page:
http://codepen.io/plotly/pen/PPVeer

This is the "SVG" I get:
http://pastebin.com/dKzyFyXx

I'm using these versions of the browsers (from the stable win10 available at https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/):
IE 11.0.14393
Edge 38.14393

@bruno-rino
Copy link
Author

And there's a thirdly!

A more complex plot has yet another issue:
http://codepen.io/bruno-rino/pen/xqxwXJ

After URL decoding the downloaded "SVG", the xml has a few errors related to mismatched quotes:

clip-path='url("clip037303xyplot')'

and

clip-path='url('#legend037303")'

@etpinard
Copy link
Contributor

duplicate of #699

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants