Code
c=circle(x=0,y=0,r=150,fill='brown',stroke=50)
r=rectangle(w=200,h=200,fill='red',stroke='none')
r=r|repeat(20,rotate(5))
r1=rectangle(w=180,h=180,fill='orange',stroke='none')
r1=r1|repeat(10,rotate(10))
c1=circle(x=0,y=0,r=110,fill='green',stroke_width=3,stroke='none')
e=ellipse(x=0,y=0,h=200,w=100,fill='yellow',stroke='none')
e=e|repeat(10,rotate(20))
r2=rectangle(w=120,h=120,fill='MediumVioletRed',stroke='none')
r2=r2|repeat(10,rotate(10))
e0=ellipse(x=0,y=0,h=180,w=10,fill='yellow',stroke='none')
e0=e0|repeat(10,rotate(20))
e1=ellipse(x=0,y=0,h=20,w=50,fill='Maroon',stroke='none')
e1=e1|repeat(10,rotate(20))
e2=e1|scale(2)
c2=circle(x=0,y=0,r=25,fill='gold')
e3=ellipse(x=0,y=0,h=25,w=20,fill='#a13941ff',stroke='none')
e3=e3|repeat(5,rotate(60))
c3=circle(x=0,y=0,r=5,fill='white',stroke='none')
show(c,r,r1,c1,e,r2,e0,e1,e2,c2,e3,c3)