size the canvas

The size of the canvas can be set
by supplying two numbers.

createCanvas(right, down);

The effect can only be seen
if a statement such as background()
is included.