var img = new Image(); img.src = ctx1.toDataURL('image/png'); ctx2.drawImage(img, 100, 100, 100, 100);