position the canvas

Two numbers can be used to set
the position of the canvas on the page.

First we must create a variable.
This example names the canvas variable cnv
but you can change that. - The name is not special.

The same name is used to set the position.

cnv.position(right, down);