eps.patch revision 72575
1# $FreeBSD: head/share/examples/BSD_daemon/eps.patch 72575 2001-02-17 19:14:42Z phk $
2--- beastie.eps.ref	Sun Feb 11 22:46:59 2001
3+++ beastie.eps	Sun Feb 11 23:01:43 2001
4@@ -8,6 +8,22 @@
5 %%EndComments
6 /$F2psDict 200 dict def
7 $F2psDict begin
8+
9+% This controls the linethickness.  I think large posters look better if
10+% you use a value of 2.  Small daemons looks better with a value of 1.
11+/linethickness 1 def
12+
13+% If you want to fiddle the colors:
14+% col0  below is black (the lines)
15+% col7  below is white (eyes, shoes)
16+% col13 below is green (the shooes)
17+% col20 below is red (the daemon)
18+% col31 below is gold (the pitchfork)
19+
20+% This sets round ends on the lines, this looks better than sharp edges
21+% but I have not found a way to convince xfig to do this.
22+1 setlinecap
23+
24 $F2psDict /mtrx matrix put
25 /col-1 {0 setgray} bind def
26 /col0 {0.000 0.000 0.000 srgb} bind def
27@@ -63,7 +79,7 @@
28 /sh {show} bind def
29 /slc {setlinecap} bind def
30 /slj {setlinejoin} bind def
31-/slw {setlinewidth} bind def
32+/slw {linethickness mul setlinewidth} bind def
33 /srgb {setrgbcolor} bind def
34 /rot {rotate} bind def
35 /sc {scale} bind def
36