home *** CD-ROM | disk | FTP | other *** search
- # mask2.plt
-
- paper size 11 by 8.5
- rect from 3 2 to 7 6
- mask 3 2 7 6
-
- pen thick 2
-
- # outside masking area
- pen color 2
- arrow from 1 1 to 2 6
-
- # middle through masking area
- pen color 3
- arrow from 2 3 to 5 7
-
- # inside masking area
- pen color 4
- arrow from 4 3 to 6 5
-
- # start out, end in
- pen color 5
- arrow from 2 2 to 7 6
-
- # start in, end out
- pen color 6
- # horizontal lines
-
- arrow from 8 4.5 to 5 4.5
- arrow from 5 4 to 8 4
-
- # diagonal lines
-
- arrow from 8 3 to 6 2.5
- arrow from 6 3 to 8 3.5
-
- # vertical lines
-
- arrow from 6 5 to 6 7
- arrow from 6.5 7 to 6.5 5
-
- legend at 9 7
- pen color 2 'outside'
- pen color 3 'middle'
- pen color 4 'inside'
- pen color 5 'start out'
- pen color 6 'end out'
- end