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
flower carpet
By
Abijith V S
Run
e1=ellipse(w=150,h=20,x=75,y=0,stroke=color(r=255,g=89,b=0),stroke_width=6,fill="gold") e2=ellipse(w=75,h=20,x=37.5,y=0,stroke='red',stroke_width=7,fill=color(r=255,g=89,b=0,a=10)) | rotate(22.5) round1=e1 | repeat(50, rotate(11.25)) round2=e2 | repeat(20, rotate(45)) show(round1,round2) x1, y1 = 100,80 x2, y2 = 80,100 x3, y3 = 80,100 z1 = line(x1, y1, x2, y2,stroke="green",stroke_width=10) |repeat(40, rotate(20)) z2 = line(x2, y2, x3, y3,stroke="green",stroke_width=10) |repeat(40, rotate(20)) z3 = line(x3, y3, x1, y1,stroke="green",stroke_width=10) |repeat(40, rotate(20)) show(z1, z2, z3) c1 = circle(r=110,stroke="green",stroke_width=3) c2 = circle(r=107,stroke="green",stroke_width=1) c3 = circle(r=104,stroke="green",stroke_width=3) c4 = circle(r=101,stroke="green",stroke_width=1) c5 = circle(r=98,stroke="green",stroke_width=3) c6 = circle(r=10,stroke="red",stroke_width=3,fill="purple") show(c1,c2,c3,c4,c5,c6)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login