void setup(){
size(200,200);
rectMode(CENTER);
smooth();
int x=0,y=0;
for ( int a =width; a> 0; a = a-5) {
rect(width/2,height/2, a, a);
ellipse(width/2,height/2,a,a);
}
}
You should provide the text below when attributing this sketch:
"Muster"
by
Jenny, licensed under Creative Commons Attribution-Share Alike 3.0 and GNU GPL license.
Work: http://openprocessing.org/visuals/?visualID=
10513
License:
http://creativecommons.org/licenses/by-sa/3.0/
http://creativecommons.org/licenses/GPL/2.0/