I have the following code in this link. Which should let the user draw with the mouse on the canvas. If I access on the cpanel and load the var img at the following link it works
var img = new Image();
img.src = 'https://domenicoromeo.xyz:2083/cpsess8711280373/viewer/home%2fuxmew1flgnpk%2fdomenicoromeo/brush.png';
I noticed that I have a lot of cookies on chrome and the application works, but as soon as I clear the cookies it doesn't let me draw more because it is not able to reload the same amount of cookies, and it shows me that the canvas is broke broke
If I try to use firefox it doesn't work at all giving error like
[Show/hide message details.] NS_ERROR_NOT_AVAILABLE: index.js:80
draw/el.onmousemove
http://localhost:63342/website/index.js:80:13
How am I suppose to make it stabile everywhere, all the platform/browsers? I have looked everywhere