home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1184 / gepackt.exe / MASK2.PLT < prev    next >
Encoding:
Text File  |  1994-02-22  |  741 b   |  49 lines

  1. # mask2.plt
  2.  
  3. paper size 11 by 8.5
  4. rect from 3 2 to 7 6
  5. mask 3 2 7 6
  6.  
  7. pen thick 2
  8.  
  9. # outside masking area
  10. pen color 2
  11. arrow from 1 1 to 2 6
  12.  
  13. # middle through masking area
  14. pen color 3
  15. arrow from 2 3   to 5 7
  16.  
  17. # inside masking area
  18. pen color 4
  19. arrow from 4 3   to 6 5
  20.  
  21. # start out, end in
  22. pen color 5
  23. arrow from 2 2   to 7 6
  24.  
  25. # start in, end out
  26. pen color 6
  27. # horizontal lines
  28.  
  29. arrow from 8 4.5 to 5 4.5
  30. arrow from 5 4   to 8 4
  31.  
  32. # diagonal lines
  33.  
  34. arrow from 8 3   to 6 2.5
  35. arrow from 6 3 to 8 3.5
  36.  
  37. # vertical lines
  38.  
  39. arrow from 6 5   to 6 7
  40. arrow from 6.5 7 to 6.5 5
  41.  
  42. legend at 9 7
  43. pen color 2 'outside'
  44. pen color 3 'middle'
  45. pen color 4 'inside'
  46. pen color 5 'start out'
  47. pen color 6 'end out'
  48. end
  49.