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
Christmas wreath
By
Amrutha Chandrababu
Run
s=ellipse(w=250,h=150,stroke="darkgreen",stroke_width=4)|repeat(45,rotate(50)|scale(0.99)) show(s) r=rectangle(x=0,y=90,w=5,h=5,stroke="goldenrod",stroke_width=2)|repeat(110,rotate(7)) show(r) p1=point(x=0,y=90) p2=point(x=80,y=120) p3=point(x=80,y=50) t1=polygon([p1,p2,p3],fill="red",stroke="gold",stroke_width=3) show(t1) p1=point(x=0,y=90) p2=point(x=-80,y=120) p3=point(x=-80,y=50) t2=polygon([p1,p2,p3],fill="red",stroke="gold",stroke_width=3) show(t2) p1=point(x=0,y=90) p2=point(x=-15,y=10) p3=point(x=-50,y=50) t3=polygon([p1,p2,p3],fill="red",stroke="gold",stroke_width=3) show(t3) p1=point(x=0,y=90) p2=point(x=15,y=10) p3=point(x=50,y=50) t4=polygon([p1,p2,p3],fill="red",stroke="gold",stroke_width=3) show(t4) c1=circle(x=90,y=0,r=7,fill="maroon",stroke="gold",stroke_width=5) show(c1) c2=circle(x=-90,y=0,r=7,fill="maroon",stroke="gold",stroke_width=5) show(c2) c3=circle(x=0,y=-95,r=7,fill="maroon",stroke="gold",stroke_width=5) show(c3) c4=circle(x=50,y=-100,r=5,fill="red",stroke="none") show(c4) c6=circle(x=75,y=-50,r=5,fill="red",stroke="none") show(c6) c7=circle(x=-100,y=-50,r=5,fill="brown",stroke="none") show(c7) c8=circle(x=-40,y=-100,r=5,fill="red",stroke="none") show(c8) c9=circle(x=100,y=25,r=5,fill="brown",stroke="none") show(c9) c10=circle(x=-80,y=30,r=5,fill="red",stroke="none") show(c10) c=circle(x=0,y=90,r=15,fill="red",stroke="gold",stroke_width=3) show(c)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login