xxxxxxxxxx
e1=ellipse(w=300,h=200,fill="orange",stroke="white") | repeat(6,rotate(30))
e2=ellipse(w=290,h=190,fill="violet",stroke="white")|repeat(6,rotate(30))
e3=ellipse(w=280,h=180,fill="light yellow",stroke="none") | repeat(6,rotate(30))
show(e1,e2,e3)
e1=ellipse(w=200,h=100,fill="red",stroke="white") | repeat(6,rotate(30))
e2=ellipse(w=190,h=90,fill="orange",stroke="red")|repeat(6,rotate(30))
e3=ellipse(w=180,h=80,fill="light green",stroke="none") | repeat(6,rotate(30))
show(e1,e2,e3)
c8 = circle(r=20,fill='red',stroke='white')
c9 = circle(r=15,fill='yellow',stroke='white')
show(c8,c9)