PC 477 B

12345678910111213141516171819202122232425
  1. %
  2. % UMDS pencil - needs to be cleaned up.
  3. %
  4. /build_PC {
  5. pop
  6. gsave
  7. currentpoint translate
  8. 1 scaling div ptsize 10 div mul dup scale
  9. newpath
  10. 0 setlinecap
  11. 1 setlinejoin
  12. 2 setlinewidth
  13. 0 1 moveto 12 0 rlineto stroke
  14. 0 5 moveto 12 0 rlineto stroke
  15. 0 9 moveto 12 0 rlineto stroke
  16. 1 setlinewidth
  17. 12 .5 moveto 21.27362 5 lineto 12 9.5 lineto stroke
  18. 21.27362 5 moveto
  19. .4 9.27362 mul neg .4 4 mul rlineto
  20. 0 .8 4 mul neg rlineto
  21. closepath fill
  22. grestore
  23. } def