I have a canvas, and I\'ve drawn an image on it:
var imageObj = new Image(); imageObj.onload = function() { context.drawImage(imageObj, 0, 0); }; imageOb