context.beginPath(); context.moveTo(100, 150); context.lineTo(450, 50); context.stroke();
context.beginPath();