Home Forums Report Bugs Export Bug

Export Bug

Viewing 6 posts - 1 through 6 (of 6 total)
  • #8627

    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);

    #8630

    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

    #8635

    OS is uBuntu

    Browser use Chrome and Firefox

    But it all works at Windows

    Thank you

    • This reply was modified 8 years, 11 months ago by Zack.
    #8637

    I can also confirm this.

    Ubuntu 14.04 Chrome 41.

    • This reply was modified 8 years, 11 months ago by civilian0746.
    #8644

    Hello,

    Thanks for reporting the issue. We will try to reproduce the same and get back at the earliest.

    __
    Anjali

    #9756

    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

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.