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
New Sketch
By
Athira P
Run
c1=ellipse (w=270,h=50,fill="#F24312",stroke="yellow",stroke_width=3) | repeat (25,rotate (10)) c2=ellipse(w=250,h=10,fill="#F91EAD",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="blue")| repeat (10,rotate(10)) s5=rectangle(w=150,h=150,fill="pink")| repeat(10,rotate(10)) s6=rectangle (w=130,h=130,fill="green")| repeat(10,rotate (10)) s7=rectangle (w=180,h=180,fill="purple")| repeat(10,rotate (10)) s8=rectangle (w=80,h=80,fill="red")| repeat (10,rotate (10)) show(s3,s7,s5,s6,s4,s8,flower)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login