home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8327 < prev    next >
Encoding:
Internet Message Format  |  1992-08-15  |  959 b 

  1. Path: sparky!uunet!psinntp!crynwr!nelson
  2. From: nelson@crynwr.com (Russell Nelson)
  3. Newsgroups: comp.os.linux
  4. Subject: Another Logo
  5. Distribution: world
  6. Message-ID: <713818950snx@crynwr.com>
  7. Date: Fri, 14 Aug 92 19:02:30 GMT
  8. Organization: Crynwr Software
  9. Lines: 36
  10.  
  11. Here's another Linux logo.  It looks something like this:
  12.  
  13. |
  14. |
  15. |    \ /
  16. |-----X
  17.      / \
  18.  
  19. %! hand-coded PS
  20.  
  21. /xd .3 def
  22. /yd .5 def
  23.  
  24. /linux-logo {
  25.     gsave
  26.     setlinewidth
  27.     setgray
  28.     0 1 moveto
  29.     0 0 lineto
  30.     1 0 lineto
  31.     stroke
  32.     1 0 translate
  33.     xd neg yd moveto
  34.     xd yd neg lineto
  35.     xd neg yd neg moveto
  36.     xd yd lineto
  37.     stroke
  38.     grestore
  39. } def
  40.  
  41. 72 72 translate
  42. 20 20 scale
  43. 106 45 { dup mul exch dup mul add 1.0 exch sub} setscreen
  44. 1 setlinecap
  45. .5 .15 linux-logo
  46. 0 .05 linux-logo showpage
  47. -russ <nelson@crynwr.com>  I'm proud to be a humble Quaker!
  48. Crynwr Software            Crynwr Software sells packet driver support.
  49. 11 Grant St.               315-268-1925 Voice
  50. Potsdam, NY 13676          315-268-9201 FAX
  51.