What you can do is use fillRect to fill in a bounding box, and then use clearRect to remove the bits you don't want.

You can also "adjust" the drawing location by using the create() method of the...