Challenge Picture Painter

Change the initial paintbrush



This program uses an object to describe a paintbrush with x, y, and image properties.

Change the initial x and y, and pick a different image that would be fun to paint with.

Var paintbrush = {

X: ----,

Y: ----,

Img: getImage(----)

};