Pookkalam by Heby T Paul

Code

c1 = circle(r=150,fill='brown')
show (c1)

sublayer1 = rectangle (w=209,h=209,fill="red", stroke="red") | repeat (20,rotate(50))
show(sublayer1)
sublayer2=rectangle(w=192,h=192, fill="orange",stroke="orange")|rotate(15)| repeat(20,rotate(50))
show(sublayer2)
sublayer3=rectangle(w=178,h=178,fill="yellow",stroke="yellow")|repeat(20,rotate(50))
show(sublayer3)
sublayer4=rectangle(w=166,h=166,fill="white",stroke="white")|rotate(15)|repeat(20,rotate(50))
show(sublayer4)

c2 = circle(r=105,fill='black')
show (c2)

c3 = circle(r=95,fill='yellow')
show (c3)
e1=ellipse() | repeat(21, rotate(21))
show (e1)

c4 = circle(r=75,fill='orange')
show (c4)

c5 = circle(r=50,fill='red')
show (c5)