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
Sketch 2
By
Fathima.k
Run
fill=color(r=128, g=255, b=0) c1 = circle(r=147, fill=fill, stroke="black", stroke_width=5) r1 = rectangle(w=200,h=202,fill="white",stroke="blue",stroke_width=3) | repeat(6, rotate(10)) s2 = ellipse(w=205, h=110, fill="red") | repeat(36*5, rotate(50) | scale(.97)) def dot(x, y, fill): c = circle(x=x, y=y, r=5, fill=fill) return c d1 = dot(x=0, y=0, fill="blue") n = 4 flora1 = ellipse(x=0, y=10, w=10, h=20, fill="orange") | repeat(12, rotate(30)) | translate(x=120, y=65) | repeat(n, rotate(90)) n = 4 flora2 = ellipse(x=0, y=10, w=10, h=20, fill="yellow") | repeat(12, rotate(30)) | translate(x=100, y=0) | repeat(n, rotate(90)) n = 12 flora3 = ellipse(x=0, y=10, w=10, h=20, fill="pink") | repeat(12, rotate(30)) | translate(x=30, y=30) | repeat(n, rotate(45)) show(c1,r1,s2,d1,flora1,flora2,flora3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login