Pookkalam by Allen Y

Code


r = rectangle(w=200,h=200,fill="#8600b3",stroke="#FFA500",stroke_width=4)|repeat(36,rotate(10))
r1=rectangle(w=180,h=180,fill="#ff4d4d",stroke="#FFA500",stroke_width=4)|repeat(36,rotate(10))
r2=rectangle(w=160,h=160,fill="#800000",stroke="#ff9933",stroke_width=2)|repeat(36,rotate(10))
r3 = rectangle(w=140,h=140,fill="#800000",stroke="#ffffb3",stroke_width=4)|repeat(36,rotate(10))
r4 = rectangle(w=140,h=140,fill="#f58c00")|repeat(36,rotate(10))
r5 = rectangle(w=120,h=120,fill="#ffffb3",stroke="#800000",stroke_width=2)|repeat(36,rotate(10))
c1=circle(0,0,r=50,stroke_width=4,stroke="#cc0000",fill="#ffa64d")
c2=circle(0,0,r=70,fill="#ffcc00",stroke="#DC143C",stroke_width=4)
c5=circle(r=15,fill="#FFFFE0",stroke="none")
c6=circle(r=25,fill="#f7bf05",stroke="none")
c7=circle(r=35,fill="#FFA500",stroke="none")
c8=circle(r=45,fill="#DC143C",stroke="none")
c9=circle(r=52.5,fill="#800000",stroke="none")
c10=circle(r=58,fill="#993300",stroke="none")
c11=circle(r=60,fill="#990000",stroke="none")
c12=circle(r=65,fill="#FFA500",stroke="none")
c13=circle(r=140,stroke="#004d00",stroke_width=8)
show(c13,r,r1,r2,r3,r4,r5,c2,c12,c11,c10,c9,c8,c7,c6,c5)