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
spiral clock
By
Gayatri
Run
c = circle(r=110,stroke="brown",stroke_width="10")+circle(r=90)+circle(x=0,y=0,r=5,fill="red") c1=circle(x=65,y=40,r=5,stroke_width=2,stroke="black",fill="blue")|repeat(12 , rotate(30)) z = line(x1=0,y1=0,x2=0,y2=50,stroke="black",stroke_width="5") z1 = line(x1=0,y1=0,x2=50,y2=50,stroke="black",stroke_width="5")+ line(x1=0,y1=0,x2=30,y2=-70,stroke="black",stroke_width="3") r= rectangle(x=0,y=0,h=300,w=300,fill="#ffe1a8") clock = combine([z1,z,c,c1]) shape = clock | scale(0.25) | translate(y=120) | repeat(100, rotate(30) | scale(0.96)) show(r,shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login