add a chord and fill



Making an open mouth is surprisingly simple.
Change noFill();
to fill(191, 0, 0);

Insert an extra argument CHORDat the end of arc
The upper case spelling is essential.
  arc(width/2, height/2, 300, 300, sa, PI - sa, CHORD);