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
0
Pookalam
By
Saif Shakeer
Run
c1=ellipse(w=270,h=50,fill="red",stroke="#FFFFFF",stroke_width=3) | repeat (25,rotate (10)) c2=ellipse(w=250,h=10,fill="#808080",stroke="none") | repeat (25,rotate(10)) c3=circle(r=100,fill="yellow") flower=c1+c2+c3| scale(0.3) s1=flower| translate (x=120,y=0) | repeat(20,rotate (20)) s2=s1 | repeat (2,scale(0.8)|rotate(10)) s3=s2| repeat(4,scale(0.9)| rotate (10)) s4=rectangle (w=100,h=100,fill="green")| repeat (10,rotate(10)) s5=rectangle(w=150,h=150,fill="orange")| repeat(10,rotate(10)) s6=rectangle (w=130,h=130,fill="#808080")| repeat (9,rotate (9)) c4=circle(r=87,fill="pink") s7=rectangle (w=180,h=180,fill="violet")| repeat(10,rotate (10)) s8=rectangle (w=80,h=80,fill="#000055")| repeat (10,rotate (10)) s9=rectangle (w=25,h=25,fill="green")|repeat(10,rotate(10)) c5=circle(r=12,fill="#00ffff") show(s3,s7,s5,s6,c4,s4,s8,flower,s9,c5)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login