ICC
< back to sketch

size(300,300);

background(255);

ellipseMode(CENTER_DIAMETER);

fill(191,198,205);
stroke(191,198,205);
ellipse(50, 175,40,40); 

fill(108,108,108);
rect(30,179, 40,120); 

fill(223,226,228);
ellipse(100,126,60,60);

fill(227,230,237); 
ellipse(200,75,100,100);

fill(255,255,255);
stroke(0,0,0);
ellipse(245,215,30,30);
curve(250,229,258,250, 258,280, 255,299); 
curve(230,280,237,288,243,295,245,299 ); 
line(245,299,255,299);
line(220,280,230,280);
line(220,280,220,299);
line(220,299,210,299);
curve(210,299,201,298,202,292,210,290); 
line(210,290,210,270);
line(210,270,230,270);
line(230,270,230,247);
curve(230,247,225,253,215,256,210,230);
bezier(238,230,230,235,220,255,220,230);
line(210,230,220,230);
ellipse(215,231,10,10); 
rect(200,222,32,3); 

ellipse(195,215,10,10); 
ellipse(180,200,15,15); 

< back to sketch