home *** CD-ROM | disk | FTP | other *** search
- defineps dotAt(float mkcpath[ntotal]; int ntotal; userobject mygstate)
- mkcpath {} forall
- 1 1 ntotal 2 div {
- pop
- 0 0 5 5 mygstate
- 7 -2 roll
- PlusD composite
- } for
- endps
-
- defineps dotAtPSonly(float mkcpath[ntotal]; int ntotal; float radius; float shade)
- mkcpath {} forall
- 1 1 ntotal 2 div {
- pop
- newpath radius 0 360 arc
- shade setgray fill
- stroke
- } for
- endps