Change draw() to
The only restriction is that the image MUST be the same size as the skecth canvas (as speciified in the size() method call)
- void draw(){
- background(b);
- // ...
- }
The only restriction is that the image MUST be the same size as the skecth canvas (as speciified in the size() method call)