e1 = ellipse(w=300,h=100,fill="orange",stroke_width=(10)) | repeat(12,rotate(30)) e2 = ellipse(w=150,h=50,fill="red",stroke_width=(5)) | repeat(12,rotate(30)) c1 = circle(r=130,stroke="red",fill="yellow") c2 = circle(r=120,fill="blue",stroke="none") r=rectangle(h=150,w=150,fill="pink",stroke="green",stroke_width="3")|repeat(18,rotate(24)) c3=circle(r=70,fill="#BDB2FF",stroke="none") c4 = circle(r=60,stroke_width=(5),fill="yellow") show(e1,c1,c2,r,c3,e2,c4)