Explore
Courses
Batches
Sketches
Statistics
Code a Pookkalam
Jobs
Devsprint
People
Course Creation
Create a Course
Guidelines
Resources
Support
Blogs
My Profile
About Us
Login
Sketches
2
Pookalam by Fathima Farsana
By
Fathima Farsana.P
Run
#author Fathima Farsana P #outer circle c = circle(r=150,fill="#fff000",stroke="none") show(c) #inner petal layer from outer to inner r1=rectangle(w=212,h=212,fill="#800000",stroke="none") |repeat(10,rotate(10)) r2=rectangle(w=197,h=197,fill="#de2e21",stroke="none")|rotate(5)|repeat(10,rotate(10)) r3=rectangle(w=182,h=182,fill="#ffa500",stroke="none")|repeat(10,rotate(10)) r4=rectangle(w=168,h=168,fill="#fcefb1",stroke="none") |rotate(5)|repeat(10,rotate(10)) show(r1,r2,r3,r4) #middle circle c1=circle(r=109,fill="#800000",stroke="none") show(c1) #middle pattern e1=ellipse(x=0,y=30,w=35,h=158,fill="#fcefb1",stroke="none")|repeat(22,rotate(18)) e2=ellipse(x=0,y=30,w=30,h=148,fill="#ffc23d",stroke="none")|repeat(22,rotate(18)) e3=ellipse(x=0,y=30,w=25,h=138,fill="#fff000",stroke="none")|repeat(22,rotate(18)) e4=ellipse(x=0,y=30,w=18,h=128,fill="#ff3333",stroke="none")|repeat(22,rotate(18)) c2=circle(r=60,fill="#800000",stroke="none") show(e1,e2,e3,e4,c2) #inner layer s1=rectangle(w=85,h=85,fill="#fffcf0",stroke="none")|repeat(14,rotate(22.5)) s2=rectangle(w=77,h=77,fill="#bd0404",stroke="none")|repeat(14,rotate(22.5)) s3=rectangle(w=67,h=67,fill="#ff9626",stroke="none")|repeat(14,rotate(22.5)) s4=rectangle(w=58,h=58,fill="#ffc23d",stroke="none")|repeat(14,rotate(22.5)) s5=rectangle(w=52,h=52,fill="#fcefb1",stroke="none")|repeat(14,rotate(22.5)) s6=rectangle(w=46,h=46,fill="#ff3333",stroke="none")|repeat(14,rotate(22.5)) s7=rectangle(w=38,h=38,fill="#fff000",stroke="none")|repeat(14,rotate(22.5)) s8=rectangle(w=30,h=30,fill="#ff0000",stroke="none")|repeat(14,rotate(22.5)) s9=rectangle(w=25,h=25,fill="#fffcf0",stroke="none")|repeat(14,rotate(22.5)) s10=rectangle(w=20,h=20,fill="#fffcf0",stroke="none")|repeat(14,rotate(22.5)) show(s1,s2,s3,s4,s5,s6,s7,s8,s9,s10)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login