ctx.fillStyle = "black" "darkorange" "firebrick" "hotpink" "mediumpurple" "orchid" "royalblue" "sienna" ;
ctx.beginPath();
ctx.moveTo(, );
ctx.lineTo(, );
ctx.fill();
Show the path
Change the fillStyle value to see how this affects how the path is drawn on the <canvas>.