eps.patch revision 73489
144603Sdcs# $FreeBSD: head/share/examples/BSD_daemon/eps.patch 73489 2001-03-04 09:13:17Z phk $
244603Sdcs--- beastie.eps.ref	Sun Feb 11 22:46:59 2001
344603Sdcs+++ beastie.eps	Sun Feb 11 23:01:43 2001
444603Sdcs@@ -19,6 +19,23 @@
544603Sdcs %
644603Sdcs /$F2psDict 200 dict def
744603Sdcs $F2psDict begin
844603Sdcs+
944603Sdcs+% This controls the linethickness.  I think large posters look better if
1044603Sdcs+% you use a value of 2.  Small daemons looks better with a value of 1.
1144603Sdcs+/linethickness 1 def
1244603Sdcs+
1344603Sdcs+% If you want to fiddle the colors:
1444603Sdcs+% col0  below is black (the lines)
1544603Sdcs+% col3  below is cyan (the shoelaces)
1644603Sdcs+% col7  below is white (eyes, shoes)
1744603Sdcs+% col13 below is green (the shooes)
1844603Sdcs+% col20 below is red (the daemon)
1944603Sdcs+% col31 below is gold (the pitchfork)
2044603Sdcs+
2144603Sdcs+% This sets round ends on the lines, this looks better than sharp edges
2244603Sdcs+% but I have not found a way to convince xfig to do this.
2344603Sdcs+1 setlinecap
2444603Sdcs+
2550477Speter $F2psDict /mtrx matrix put
2644603Sdcs /col-1 {0 setgray} bind def
2744603Sdcs /col0 {0.000 0.000 0.000 srgb} bind def
2844603Sdcs@@ -74,7 +91,7 @@
2944603Sdcs /sh {show} bind def
3044603Sdcs /slc {setlinecap} bind def
3144603Sdcs /slj {setlinejoin} bind def
3244603Sdcs-/slw {setlinewidth} bind def
3344603Sdcs+/slw {linethickness mul setlinewidth} bind def
3444603Sdcs /srgb {setrgbcolor} bind def
3544603Sdcs /rot {rotate} bind def
3644603Sdcs /sc {scale} bind def
3744603Sdcs