f=color(r=255,g=0,b=0)
c1=ellipse(w=100,h=7,fill=f,stroke="red",stroke_width=2) | repeat(100,rotate(5))
c2=circle(r=100,fill="#f7e814")
c3=circle(r=50,fill="0fd443",stroke="none")
c4=rectangle(w=30,h=30,fill="yellow") | repeat(5,rotate(5) | scale(0.9))
c5=rectangle(w=200,h=200,fill="#ebb734",stroke="brown",strock_width=3) | repeat(200,rotate(200))
c6=circle(r=150,fill="#0fd443",stroke="none")
show(c6,c5,c2,c1,c3,c4)