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
apl
By
C M Mohammed Roshan
Run
bg = rectangle(w=300,h=300,fill="white",stroke="none") show(bg) e1 = ellipse(x=-55,y=-10,w=100,h=200, fill="black") | rotate(10) e2 = e1 | scale(x=-1) e3 = combine([e1,e2]) show(e3) e4 = circle(x=130,y=3,r=60,fill="white",stroke="none") show(e4) e5 = rectangle(y=-20,w=60,h=180,fill="black") show(e5) e6 = rectangle(x=50,y=30,w=6,h=50,fill="black",stroke="none") e7 = e6 | repeat(30, rotate(2)) | translate(x=-50,y=7) show(e7) e8 = e7 | scale(x=-1) show(e8) e9 = ellipse(y=-116,w=40,h=25,fill="white",stroke="none") show(e9) e10 = circle(y=75,r=8,fill="white",stroke="none") show(e10) e11 = ellipse(y=115,w=30,h=70,fill="black",stroke="none") | rotate(-35) show(e11 | translate(x=-45,y=15))
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login