Advertisement
Guest User

N95.eps

a guest
Jan 15th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. %!PS-Adobe-3.0 EPSF-3.0
  2. %%BoundingBox: 0 0 420 430
  3. %%EndComments
  4.  
  5. 10 10 scale
  6.  
  7. /halfwidth 41 2 div def
  8. 42 2 div 0 translate
  9. 1 setlinecap
  10.  
  11. /maskoutlinepath {
  12. 1 1 moveto
  13. 10 1  halfwidth 8  halfwidth 18 curveto
  14. halfwidth 30  10 42  1 42 curveto
  15. -10 42  halfwidth neg 30  halfwidth neg 18 curveto
  16. halfwidth neg 8  -10 1  1 1 curveto
  17. closepath
  18. } def
  19.  
  20. /maskoutline {
  21. maskoutlinepath
  22. stroke
  23. } def
  24.  
  25. /nosepiece {
  26. -6 36 moveto
  27. 0 38.5 lineto
  28. 6 36 lineto
  29. stroke
  30. } def
  31.  
  32. % Grooves are numbered from #1 at top to #4 at bottom.
  33. /groove1 {
  34. 0.5 setlinewidth
  35. -9 26 moveto
  36. -8 28  -4 30  0 30 curveto
  37. 4 30  8 28  9 26 curveto
  38. stroke
  39. } def
  40. /groove2 {
  41. 0 -0.5 translate
  42. 0.5 setlinewidth
  43. -9 22 moveto
  44. -8 24  -6 25  0 25 curveto
  45. 6 25  8 24  9 22 curveto
  46. stroke
  47. 0 +0.5 translate
  48. } def
  49. /groove3 {
  50. 0.5 setlinewidth
  51. -9 18 moveto
  52. -8 20  -4 18  0 18 curveto
  53. 4 18  8 20  9 18 curveto
  54. stroke
  55. } def
  56. /groove4 {
  57. 0.5 setlinewidth
  58. -9 13 moveto
  59. -8 15  -4 11  0 11 curveto
  60. 4 11  8 15  9 13 curveto
  61. stroke
  62. } def
  63.  
  64. /earpieceleft {
  65.     -14 25 moveto
  66.     -20 28 lineto
  67.     -19 30 lineto
  68.     -13 27 lineto
  69.     closepath
  70.     fill
  71. } def
  72. /earpieceright {
  73.     14 25 moveto
  74.     20 28 lineto
  75.     19 30 lineto
  76.     13 27 lineto
  77.     closepath
  78.     fill
  79. } def
  80.  
  81. maskoutline
  82. nosepiece
  83.  
  84. groove1
  85. groove2
  86. groove3
  87. groove4
  88.  
  89. maskoutlinepath clip newpath
  90. earpieceleft
  91. earpieceright
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement