summaryrefslogtreecommitdiffstats
path: root/share/examples/BSD_daemon/eps.patch
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/BSD_daemon/eps.patch')
-rw-r--r--share/examples/BSD_daemon/eps.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/share/examples/BSD_daemon/eps.patch b/share/examples/BSD_daemon/eps.patch
new file mode 100644
index 0000000..e459bc0
--- /dev/null
+++ b/share/examples/BSD_daemon/eps.patch
@@ -0,0 +1,35 @@
+# $FreeBSD$
+--- beastie.eps.ref Sun Feb 11 22:46:59 2001
++++ beastie.eps Sun Feb 11 23:01:43 2001
+@@ -8,6 +8,22 @@
+ %%EndComments
+ /$F2psDict 200 dict def
+ $F2psDict begin
++
++% This controls the linethickness. I think large posters look better if
++% you use a value of 2. Small daemons looks better with a value of 1.
++/linethickness 1 def
++
++% If you want to fiddle the colors:
++% col0 below is black (the lines)
++% col7 below is white (eyes, shoes)
++% col13 below is green (the shooes)
++% col20 below is red (the daemon)
++% col31 below is gold (the pitchfork)
++
++% This sets round ends on the lines, this looks better than sharp edges
++% but I have not found a way to convince xfig to do this.
++1 setlinecap
++
+ $F2psDict /mtrx matrix put
+ /col-1 {0 setgray} bind def
+ /col0 {0.000 0.000 0.000 srgb} bind def
+@@ -63,7 +79,7 @@
+ /sh {show} bind def
+ /slc {setlinecap} bind def
+ /slj {setlinejoin} bind def
+-/slw {setlinewidth} bind def
++/slw {linethickness mul setlinewidth} bind def
+ /srgb {setrgbcolor} bind def
+ /rot {rotate} bind def
+ /sc {scale} bind def
OpenPOWER on IntegriCloud