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
Pookkalam Arathy
By
ARATHY
Run
c1 = color(r=239, g=228 , b=64, a=.5) c2 = color(r=188, g=13 , b=103) c3 = color(r=4, g=71 , b=6 ) shape = rectangle(w=220, h=220,fill="#3a6b0c" ) | repeat(9, rotate(10)) show(shape) c = circle(r=110, fill="#f2a013",stroke=c3, stroke_width=5) show(c) shape = ellipse(h=215,w=80, fill="#f23113", stroke="black", stroke_width=2) | repeat(4, rotate(45)) show(shape) z = circle(r=78 ,fill="white", stroke=c3, stroke_width=5) show(z) donut = circle(r=65,fill="yellow",stroke=c3, stroke_width=5) show(donut) shape = ellipse(h=120,w=40, stroke="none", fill="green") | repeat(4, rotate(45)) show(shape) c5 = circle(r=35 , stroke=c3, stroke_width=5) show(c5) c6 = ellipse(w=80, h=10, fill="#F0D43A") | (repeat(6, rotate(30))) | scale(0.7) show(c6) c7 = circle(r=5, fill="violet") show(c7)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login