Chrome Error toDataURI

Until that day or so, the Canvas2Image JS library and the .toDataURI JS method worked in Chrome. http://www.nihilogic.dk/labs/canvas2image/ Now, when using version 19.0.1084.46 in Chrome, when you try to click "Save PNG" on the link page to load the PNG version of the HTML5 canvas element, it does not request loading - but generates an error like MIME. Is this intentional - perhaps for security reasons or a mistake? (It continues to work in Firefox.)

+3
source share
1 answer

This is a bug in Google Chrome v19, because it works great in versions v18 and v20. I am sure this will be fixed soon.

0
source

All Articles