freebsd-nq/share/examples/BSD_daemon/eps.patch
Poul-Henning Kamp 3903274f02 Add some FreeBSD logo material to the tree:
"FreeBSD.pfa" - the (postscript) font used to write "FreeBSD".
  "beastie.fig" - a 4.3 BSD style Daemon in vector graphic.
  "beastie.eps" - same converted to encapsulated postscript.
  "poster.sh" - an example how to use this stuff.
  "README" - the full story.
2001-02-17 19:14:42 +00:00

36 lines
1.0 KiB
Diff

# $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