Path: blob/main/share/examples/BSD_daemon/eps.patch
39485 views
--- beastie.eps.ref Sun Feb 11 22:46:59 20011+++ beastie.eps Sun Feb 11 23:01:43 20012@@ -19,6 +19,23 @@3%4/$F2psDict 200 dict def5$F2psDict begin6+7+% This controls the linethickness. I think large posters look better if8+% you use a value of 2. Small daemons looks better with a value of 1.9+/linethickness 1 def10+11+% If you want to fiddle the colors:12+% col0 below is black (the lines)13+% col3 below is cyan (the shoelaces)14+% col7 below is white (eyes, shoes)15+% col13 below is green (the shooes)16+% col20 below is red (the daemon)17+% col31 below is gold (the pitchfork)18+19+% This sets round ends on the lines, this looks better than sharp edges20+% but I have not found a way to convince xfig to do this.21+1 setlinecap22+23$F2psDict /mtrx matrix put24/col-1 {0 setgray} bind def25/col0 {0.000 0.000 0.000 srgb} bind def26@@ -74,7 +91,7 @@27/sh {show} bind def28/slc {setlinecap} bind def29/slj {setlinejoin} bind def30-/slw {setlinewidth} bind def31+/slw {linethickness mul setlinewidth} bind def32/srgb {setrgbcolor} bind def33/rot {rotate} bind def34/sc {scale} bind def353637