c1=circle(r=150,fill="green",stroke="none") r1=rectangle(w=212,h=212,fill="yellow",stroke="orange")|repeat(10,rotate(15)|scale(1)) show(c1,r1) c2=circle(r=100,fill="pink",stroke="red") show(c2) s1=circle(x=70,y=0,r=25,fill="red",stroke="yellow") s2=s1|repeat(14,rotate(30)) show(s2) e1=ellipse(x=0,y=10,w=20,h=50,fill="blue",stroke="black")|repeat(11,rotate(35)|scale(1)) show(e1)