Set the stroke style

ctx.lineWidth = ;

ctx.strokeStyle = ;

ctx.beginPath();

ctx.moveTo(, );

ctx.lineTo(, );

ctx.lineTo(, );

ctx.lineTo(, );

ctx.stroke();

Show the path

Change the strokeStyle value to see how this affects how the path is drawn on the <canvas>.