var img = new Image();
img.src = "image.jpg";
line1.drawImage(img,20,10);