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
2
RADIO
By
Farhan
Run
b = rectangle(w=300,h=300,fill='#ef3038') c = circle(r=15,x=-50,y=50,fill='white',stroke='white') | repeat(4,rotate(90)) a = polygon([point(-50,65),point(50,65),point(50,50),point(65,50),point(65,-50),point(50,-50),point(50,-65),point(-50,-65),point(-50,-50),point(-65,-50),point(-65,50),point(-50,50)],fill='white',stroke='white') d = rectangle(w=8,h=10,x=40,y=71,fill='white',stroke='white') e = line(40,75,40,88,stroke_width=2,stroke='white') f = e | rotate(90) | translate(x=121.5,y=48) g = circle(r=14,x=45,y=45,fill='#BFBFBF',stroke='#BFBFBF') | repeat(2,rotate(90)) h = polygon([point(-45,45),point(-45,59),point(45,59),point(45,45),point(59,45),point(59,0),point(-59,0),point(-59,45)],fill='#BFBFBF',stroke='#BFBFBF') i = line(0,0,0,25,stroke='#979797',stroke_width=2) | repeat(4,translate(x=-16)) j = line(0,0,0,25,stroke='#979797',stroke_width=2) | repeat(4,translate(x=16)) k = line(0,0,0,45,stroke='red',stroke_width=2) l = circle(r=15,y=-32,stroke='#BFBFBF',stroke_width=3,fill='white') m = circle(r=22,y=-32,stroke='#BFBFBF',stroke_width=2,fill='white') n = line(0,-32,15,-28,stroke='#BFBFBF',stroke_width=2,fill='white') o = line(-42,-11,42,-11,stroke_width=2) p = line(-45,-21,45,-21,stroke_width=2) q = line(-48,-31,48,-31,stroke_width=2) r = p | translate(y=-20) s = o | translate(y=-40) t = o+p+q+r+s+m+l+n | translate(y=-2) show(b,c,a,d,e,f,g,h,i,j,k,t)
Comments
G
Gayatri
3 years ago
Post
Dismiss
Nice Sketch
Nice Sketch
Want to discuss?
Post it here, our mentors will help you out.
Login