Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- t=100
- e=80
- m=255
- o=120
- r=150
- l=170
- y=10
- E=ellipse
- F=fill
- F(m,e+o,e+o)
- E(t,r,t,t)
- E(e,e,30,e)
- E(o,e,30,e)
- F(m,r,r)
- E(e,e,y,45)
- E(o,e,y,45)
- F()
- E(e,r,20,20)
- E(o,r,20,20)
- F(0)
- E(e,r,y,y)
- E(o,r,y,y)
- line(t,r+y,t,l)
- noFill()
- arc(t+5,l,y,y,0,PI)
- arc(95,l,y,y,0,PI)
Advertisement
Add Comment
Please, Sign In to add comment