Pookkalam by Silsa Shaji

Code

a=circle(x=0,y=0,r=7,fill="yellow")
s=ellipse(w=50,h=10,fill="orange",) |repeat(8,rotate(30))
dot=circle(x=0,y=0,r=24,fill="red")
shape=ellipse(w=80,h=30,fill="rgb(255,0,127)",stroke="black",stroke_width="2") |repeat(6,rotate(30))
c=circle(x=0,y=0,r=40,fill="yellow",stroke="black",stroke_width="2")
shape1=ellipse(w=120,h=50,fill="red",stroke="black",stroke_width="2") |repeat(20,rotate(45))
c1=circle(x=0,y=0,r=60,fill="orange",stroke="black",stroke_width="2")
shape2=ellipse(w=150,h=100,fill="yellow",stroke="black",stroke_width="2") | repeat(4,rotate(45))
c2=circle(x=0,y=0,r=78,fill="red",stroke="black",stroke_width="2")
rectr=rectangle(w=225,h=225,fill="red") |repeat(20,rotate(50))|scale(0.9)
recto=rectangle(w=209,h=209,fill="orange") |rotate(15)|repeat(20,rotate(50))|scale(0.9)
recty=rectangle(w=195,h=195,fill="yellow") |repeat(20,rotate(50))|scale(0.9)
rectw=rectangle(w=180,h=180,fill="white") |rotate(15)|repeat(20,rotate(50))|scale(0.9)
rectm=rectangle(w=168,h=168,fill="rgp(255,0,127)") |repeat(20,rotate(50))|scale(0.9)
rectw1=rectangle(w=158,h=158,fill="white") |rotate(15)|repeat(20,rotate(50))|scale(0.9)
rectw2=rectangle(w=145,h=145,fill="black") |repeat(20,rotate(50))|scale(0.9)
c4=circle(x=0,y=0,r=83,fill="yellow")



c3=circle(x=0,y=0,r=145,fill="maroon")

show(c3,rectr,recto,recty,rectw,rectm,rectw1,rectw2,c4,c2,shape2,c1,shape1,c,shape,dot,s,a)