diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-14 05:27:27 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-14 05:27:27 +0000 |
commit | cc55646b9c6566b377d2d82e5b23a0e9105a1133 (patch) | |
tree | fb2fb9851a33c4c1889586f5d6bea1ab929663bf | |
parent | 77ba0c6f986d41fecdd7ed63bd609127a98058fc (diff) | |
download | nasm-cc55646b9c6566b377d2d82e5b23a0e9105a1133.tar.gz nasm-cc55646b9c6566b377d2d82e5b23a0e9105a1133.tar.bz2 nasm-cc55646b9c6566b377d2d82e5b23a0e9105a1133.zip |
NASM logo in Embeddable PostScript format
-rw-r--r-- | doc/nasmlogo.eps | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/nasmlogo.eps b/doc/nasmlogo.eps new file mode 100644 index 0000000..f7f809f --- /dev/null +++ b/doc/nasmlogo.eps @@ -0,0 +1,32 @@ +%!PS-Adobe-2.0 EPSF-1.2 +%%Pages: 1 +%%DocumentFonts: Courier-Bold +%%BoundingBox: 99 45 385 111 +save +newpath +%%EndProlog +%%Page 1 1 +% $Id$ +% x y pointsize -- +/nasmlogo { +gsave userdict begin +/sz exch def +/Courier-Bold findfont sz scalefont setfont +moveto +0.85 1.22 scale +[(-~~..~:#;L .-:#;L,.- .~:#:;.T -~~.~:;. .~:;. ) +( E8+U *T +U' *T# .97 *L E8+' *;T' *;, ) +( D97 `*L .97 '*L "T;E+:, D9 *L *L ) +( H7 I# T7 I# "*:. H7 I# I# ) +( U: :8 *#+ , :8 T, 79 U: :8 :8 ) +(,#B. .IE, "T;E* .IE, J *+;#:T*" ,#B. .IE, .IE,)] { +currentpoint 3 -1 roll +sz -0.10 mul 0 3 -1 roll ashow +sz 0.72 mul sub moveto +} forall +end grestore +} def +0.6 setgray 100 100 12 nasmlogo +%%Trailer +restore +%%EOF |