Sunday, May 31, 2009
easy shapes
// just type here
// and click "submit" when done
size(301,301);
background(290, 290, 50);
noStroke();
fill(250, 139, 240);
rect(45, 45, 45, 45);
fill(20, 150, 150);
rect(50, 50, 35, 35);
// and click "submit" when done
size(301,301);
background(290, 290, 50);
noStroke();
fill(250, 139, 240);
rect(45, 45, 45, 45);
fill(20, 150, 150);
rect(50, 50, 35, 35);
comments
loading...
sign in to Add a comment: