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
Cartoons in a spiral
By
Anand Chitipothu
Run
# inspired by the sketch "cartoon character" by Vaishnavi. K # https://mon.school/sketches/35363 c1= circle(x=0,y=0,r=80,fill="pink") c2=circle (x=40,y=30,r=20,fill="black ") c3=circle (x=-40,y=30,r=20,fill="black ") e1=ellipse (w=100,h=100,b=100,fill="white") e2=ellipse (w=50,h=30,b=10,x=0,y=-10,fill="pink") c4=circle (x=-20,y=20,r=10,fill="White") c5=circle (x=20,y=20,r=10,fill="white ") c6=circle (x=20,y=20,r=5,fill="black ") c7=circle (x=-20,y=20,r=5,fill="black ") e3=ellipse (w=10,h=15,b=10,y=-10,x=10,fill="black ") e4=ellipse (w=10,h=15,b=10,y=-10,x=-10,fill="black ") cartoon = combine([c1, c2, c3, e1, e2, c4, c5, c6, c7, e3, e4]) shape = cartoon | scale(0.35) | translate(y=120) | repeat(100, rotate(30) | scale(0.96)) show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login