Set the fill style

ctx.fillStyle = ;

ctx.beginPath();

ctx.moveTo(, );

ctx.lineTo(, );

ctx.lineTo(, );

ctx.lineTo(, );

ctx.fill();

Show the path

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