fillRect takes four parameters. The first two
are the x and y coordinates of the top left of the rectangle.
Note that y is the distance from the top of the picture.x parameter in the last call.
Try the code shown. It draws a big red rectangle then a smaller, white rectangle.
You will notice that the white rectangle is too high. We need to move it down.