I added image to canvas element, but visitor than can save that image to local comp. Is there any way to disable that option? I don\'t know, putting some transparent image o
So i thought this can help you just disable rightclicks:
$('#canvas').bind("contextmenu",function(e){ return false; });