You must be logged in to post your query.
Home › Forums › Report Bugs › Export Bug
I find “Save as JPG” have a bug
JPG file can not open
The mime type error at canvas.js line 1850
“exportCanvas(_this.canvas, “jpg”, _this.exportFileName);”
need to modify to
“exportCanvas(_this.canvas, “jpeg”, _this.exportFileName);
zack,
We are not able to reproduce the issue. Can you please tell us which browser (with version) and OS you are using. It will also be helpful if you can create a jsfiddle with your code.
__ Anjali
OS is uBuntu
Browser use Chrome and Firefox
But it all works at Windows
Thank you
I can also confirm this.
Ubuntu 14.04 Chrome 41.
Hello,
Thanks for reporting the issue. We will try to reproduce the same and get back at the earliest.
This issue has been fixed in the latest release (v1.8.0 Beta 5). Please download the same from here and let us know your feedback.
Thanks for reporting the issue.
— Sunil Urs
You must be logged in to reply to this topic. Login/Register