function start_drawing(){ ctx.clearRect(0,0,690,460); ctx.beginPath(); ctx.moveTo(0,0); ctx.lineTo(mouse.x,mouse.y); ctx.closePath(); ctx.stroke(); }