ctx.lineWidth = ;
ctx.beginPath();
ctx.moveTo(, );
ctx.lineTo(, );
ctx.stroke();
Show the path
Change the lineWidth value to see how this affects how the path is drawn on the <canvas>.