172575Sphk# $FreeBSD$
272575Sphk--- beastie.eps.ref	Sun Feb 11 22:46:59 2001
372575Sphk+++ beastie.eps	Sun Feb 11 23:01:43 2001
473489Sphk@@ -19,6 +19,23 @@
573489Sphk %
672575Sphk /$F2psDict 200 dict def
772575Sphk $F2psDict begin
872575Sphk+
972575Sphk+% This controls the linethickness.  I think large posters look better if
1072575Sphk+% you use a value of 2.  Small daemons looks better with a value of 1.
1172575Sphk+/linethickness 1 def
1272575Sphk+
1372575Sphk+% If you want to fiddle the colors:
1472575Sphk+% col0  below is black (the lines)
1573489Sphk+% col3  below is cyan (the shoelaces)
1672575Sphk+% col7  below is white (eyes, shoes)
1772575Sphk+% col13 below is green (the shooes)
1872575Sphk+% col20 below is red (the daemon)
1972575Sphk+% col31 below is gold (the pitchfork)
2072575Sphk+
2172575Sphk+% This sets round ends on the lines, this looks better than sharp edges
2272575Sphk+% but I have not found a way to convince xfig to do this.
2372575Sphk+1 setlinecap
2472575Sphk+
2572575Sphk $F2psDict /mtrx matrix put
2672575Sphk /col-1 {0 setgray} bind def
2772575Sphk /col0 {0.000 0.000 0.000 srgb} bind def
2873489Sphk@@ -74,7 +91,7 @@
2972575Sphk /sh {show} bind def
3072575Sphk /slc {setlinecap} bind def
3172575Sphk /slj {setlinejoin} bind def
3272575Sphk-/slw {setlinewidth} bind def
3372575Sphk+/slw {linethickness mul setlinewidth} bind def
3472575Sphk /srgb {setrgbcolor} bind def
3572575Sphk /rot {rotate} bind def
3672575Sphk /sc {scale} bind def
37