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
vkwgn
By
C M Mohammed Roshan
Run
bg = rectangle(w=300,h=300,fill="white") show(bg) e1 = circle(r=120,fill="#0d4671",stroke="none") show(e1) e2 = circle(r=90,stroke="white",stroke_width="19") show(e2) e3 = rectangle(w=25,h=170,fill="white",stroke="none") | rotate(19) e4 = rectangle(w=25,h=150,fill="white",stroke="none") | rotate(19) | translate(x=-47, y=-19) e5 = combine([e3,e4]) show(e5) e6 = combine([e3,e4]) | scale(x=-1) show(e6) e7 = rectangle(w=50,h=12,fill="#0d4671",stroke="none") show(e7)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login