I've an issue with the following line in IE9:
canvas.toDataURL('image/png')
When I run this line, IE9 doesn't display my PNG and gives me this error:
SCRIPT122: La zone de données passée à un appel système est insuffisante
Does it mean that the URL is too long to be correctly interpreted? How can I fix that?
Any help is appreciated. Thank you in advance…