c = circle(r=150,fill="Purple",stroke="none")
shape = rectangle(w=205,h=205,fill="Green",stroke="none")
shape = shape | repeat(10, rotate(40))
shape3 = rectangle(w=198,h=198,fill="OrangeRed",stroke="none")
shape3 = shape3 | repeat(10, rotate(40))
shape5 = rectangle(w=195,h=195,fill="#ff8d03",stroke="none")
shape5 = shape5 | repeat(10, rotate(40))
shape2 = rectangle(w=193,h=193,fill="#7700ff",stroke="none")
shape2 = shape2 | repeat(10, rotate(30))
shape4 = rectangle(w=190,h=190,fill="DarkViolet",stroke="none")
shape4 = shape4 | repeat(10, rotate(30))
shape6 = rectangle(w=188,h=188,fill="#c919ff",stroke="none")
shape6 = shape6 | repeat(10, rotate(30))
c1 = circle(r=145,fill="Yellow",stroke="none")
c2 = circle(r=112,fill="Maroon",stroke="none")
c3 = circle(r=108,fill="#ff007b",stroke="none")
flower=ellipse(w=200, h=100, fill="Gold", stroke="none") | repeat(6,rotate(30))
flower2=ellipse(w=190, h=90, fill="OrangeRed", stroke="none") | repeat(6,rotate(30))
flower3=ellipse(w=180, h=90, fill="#4f913f", stroke="none") | repeat(6,rotate(30))
c4 = circle(r=85,fill="White",stroke="none")
l = line(x1=-60, y1=-60, x2=60, y2=60,stroke="#fa195c",width="10")
l2 = l|repeat(6,rotate(30))
c8=ellipse(w=42,h=20,x=1,y=80,fill="white",stroke="Yellow") | repeat(12,rotate(30))
c5=ellipse(w=40,h=20,x=1,y=80,fill="LightGoldenrodYellow",stroke="Yellow") | repeat(12,rotate(30))
c9=ellipse(w=38,h=20,x=1,y=70,fill="Gold",stroke="Yellow") | repeat(12,rotate(30))
c10 = circle(r=70,fill="Red",stroke="none")
c11 = circle(r=60,fill="White",stroke="none")
e1 = ellipse(w=10,h=20,x=0,y=10,fill="#4A036C" ,stroke="none") | repeat(12,rotate(30))
e3 = ellipse(w=10,h=30,x=10,y=25,fill="DeepSkyBlue" ,stroke="DodgerBlue") | repeat(25,rotate(20))
e2 = ellipse(w=3,h=80,x=0,y=20,fill="Red" ,stroke="none") | repeat(12,rotate(30))
show( c, c1, shape, shape3, shape5, shape2, shape4, shape6, c2, c3, flower, flower2, flower3, c4, c10,c11, c8,c5,c9,e3,e2,e1,l,l2)