var x = document.getElementById("myCanvas"); var y = x.getContext("2d"); y.beginPath(); y.moveTo(25, 140); y.lineTo(150, 300); y.stroke();