home *** CD-ROM | disk | FTP | other *** search
- defineps markLoc(float x,y)
- %
- %
- % Copyright 1992, Stefanos Kiakas. All rights reserved.
- %
- % You may not delete this notice.
- %
- %
- 1.0 3.0 div setgray % set gray value
- newpath
-
- % draw cross hairs
- x 5.0 sub y moveto
- x 5.0 add y lineto
- stroke
- x y 5.0 sub moveto
- x y 5.0 add lineto
- stroke
-
- flushgraphics
- endps