diff options
author | phk <phk@FreeBSD.org> | 2001-02-17 19:14:42 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-02-17 19:14:42 +0000 |
commit | e5bed7640fcd8227b8754262ebee76c7b07192f2 (patch) | |
tree | e8ddf886c4473aa423306df4ba9c017a0fa56898 /share/examples/BSD_daemon/eps.patch | |
parent | 11f67bfc4a89671fb3cf961bbc363d6f0ac86389 (diff) | |
download | FreeBSD-src-e5bed7640fcd8227b8754262ebee76c7b07192f2.zip FreeBSD-src-e5bed7640fcd8227b8754262ebee76c7b07192f2.tar.gz |
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.
Diffstat (limited to 'share/examples/BSD_daemon/eps.patch')
-rw-r--r-- | share/examples/BSD_daemon/eps.patch | 35 |
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 |