home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / rec / humor / 38826 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  12.9 KB

  1. Path: sparky!uunet!pipex!warwick!uknet!bradford.ac.uk!E.A.Kendrick
  2. From: E.A.Kendrick@bradford.ac.uk (EA KENDRICK)
  3. Newsgroups: rec.humor
  4. Subject: Re: Silly Mr Men (Picture#1-12k)
  5. Message-ID: <1993Jan25.140840.15491@bradford.ac.uk>
  6. Date: 25 Jan 93 14:08:40 GMT
  7. References: <1993Jan25.095750.7266@bradford.ac.uk>
  8. Organization: University of Bradford, UK
  9. Lines: 897
  10. Originator: 91730762@ccw312
  11. Nntp-Posting-Host: ccw312
  12.  
  13. There are many more available, however most should really go in alt.tasteless.
  14.  
  15. --- Cut Here ---
  16. %!PS-Adobe-2.0 EPSF-1.2
  17. %%DocumentFonts: Helvetica-Bold
  18. %%Pages: 1
  19. %%BoundingBox: 270 302 343 515
  20. %%EndComments
  21.  
  22. 50 dict begin
  23.  
  24. /arrowHeight 8 def
  25. /arrowWidth 4 def
  26. /none null def
  27. /numGraphicParameters 17 def
  28. /stringLimit 65535 def
  29.  
  30. /Begin {
  31. save
  32. numGraphicParameters dict begin
  33. } def
  34.  
  35. /End {
  36. end
  37. restore
  38. } def
  39.  
  40. /SetB {
  41. dup type /nulltype eq {
  42. pop
  43. false /brushRightArrow idef
  44. false /brushLeftArrow idef
  45. true /brushNone idef
  46. } {
  47. /brushDashOffset idef
  48. /brushDashArray idef
  49. 0 ne /brushRightArrow idef
  50. 0 ne /brushLeftArrow idef
  51. /brushWidth idef
  52. false /brushNone idef
  53. } ifelse
  54. } def
  55.  
  56. /SetCFg {
  57. /fgblue idef
  58. /fggreen idef
  59. /fgred idef
  60. } def
  61.  
  62. /SetCBg {
  63. /bgblue idef
  64. /bggreen idef
  65. /bgred idef
  66. } def
  67.  
  68. /SetF {
  69. /printSize idef
  70. /printFont idef
  71. } def
  72.  
  73. /SetP {
  74. dup type /nulltype eq {
  75. pop true /patternNone idef
  76. } {
  77. dup -1 eq {
  78. /patternGrayLevel idef
  79. /patternString idef
  80. } {
  81. /patternGrayLevel idef
  82. } ifelse
  83. false /patternNone idef
  84. } ifelse
  85. } def
  86.  
  87. /BSpl {
  88. 0 begin
  89. storexyn
  90. newpath
  91. n 1 gt {
  92. 0 0 0 0 0 0 1 1 true subspline
  93. n 2 gt {
  94. 0 0 0 0 1 1 2 2 false subspline
  95. 1 1 n 3 sub {
  96. /i exch def
  97. i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
  98. } for
  99. n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
  100. } if
  101. n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
  102. patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
  103. brushNone not { istroke } if
  104. 0 0 1 1 leftarrow
  105. n 2 sub dup n 1 sub dup rightarrow
  106. } if
  107. end
  108. } dup 0 4 dict put def
  109.  
  110. /Circ {
  111. newpath
  112. 0 360 arc
  113. patternNone not { ifill } if
  114. brushNone not { istroke } if
  115. } def
  116.  
  117. /CBSpl {
  118. 0 begin
  119. dup 2 gt {
  120. storexyn
  121. newpath
  122. n 1 sub dup 0 0 1 1 2 2 true subspline
  123. 1 1 n 3 sub {
  124. /i exch def
  125. i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
  126. } for
  127. n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
  128. n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
  129. patternNone not { ifill } if
  130. brushNone not { istroke } if
  131. } {
  132. Poly
  133. } ifelse
  134. end
  135. } dup 0 4 dict put def
  136.  
  137. /Elli {
  138. 0 begin
  139. newpath
  140. 4 2 roll
  141. translate
  142. scale
  143. 0 0 1 0 360 arc
  144. patternNone not { ifill } if
  145. brushNone not { istroke } if
  146. end
  147. } dup 0 1 dict put def
  148.  
  149. /Line {
  150. 0 begin
  151. 2 storexyn
  152. newpath
  153. x 0 get y 0 get moveto
  154. x 1 get y 1 get lineto
  155. brushNone not { istroke } if
  156. 0 0 1 1 leftarrow
  157. 0 0 1 1 rightarrow
  158. end
  159. } dup 0 4 dict put def
  160.  
  161. /MLine {
  162. 0 begin
  163. storexyn
  164. newpath
  165. n 1 gt {
  166. x 0 get y 0 get moveto
  167. 1 1 n 1 sub {
  168. /i exch def
  169. x i get y i get lineto
  170. } for
  171. patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
  172. brushNone not { istroke } if
  173. 0 0 1 1 leftarrow
  174. n 2 sub dup n 1 sub dup rightarrow
  175. } if
  176. end
  177. } dup 0 4 dict put def
  178.  
  179. /Poly {
  180. 3 1 roll
  181. newpath
  182. moveto
  183. -1 add
  184. { lineto } repeat
  185. closepath
  186. patternNone not { ifill } if
  187. brushNone not { istroke } if
  188. } def
  189.  
  190. /Rect {
  191. 0 begin
  192. /t exch def
  193. /r exch def
  194. /b exch def
  195. /l exch def
  196. newpath
  197. l b moveto
  198. l t lineto
  199. r t lineto
  200. r b lineto
  201. closepath
  202. patternNone not { ifill } if
  203. brushNone not { istroke } if
  204. end
  205. } dup 0 4 dict put def
  206.  
  207. /Text {
  208. ishow
  209. } def
  210.  
  211. /idef {
  212. dup where { pop pop pop } { exch def } ifelse
  213. } def
  214.  
  215. /ifill {
  216. 0 begin
  217. gsave
  218. patternGrayLevel -1 ne {
  219. fgred bgred fgred sub patternGrayLevel mul add
  220. fggreen bggreen fggreen sub patternGrayLevel mul add
  221. fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
  222. eofill
  223. } {
  224. eoclip
  225. originalCTM setmatrix
  226. pathbbox /t exch def /r exch def /b exch def /l exch def
  227. /w r l sub ceiling cvi def
  228. /h t b sub ceiling cvi def
  229. /imageByteWidth w 8 div ceiling cvi def
  230. /imageHeight h def
  231. bgred bggreen bgblue setrgbcolor
  232. eofill
  233. fgred fggreen fgblue setrgbcolor
  234. w 0 gt h 0 gt and {
  235. l b translate w h scale
  236. w h true [w 0 0 h neg 0 h] { patternproc } imagemask
  237. } if
  238. } ifelse
  239. grestore
  240. end
  241. } dup 0 8 dict put def
  242.  
  243. /istroke {
  244. gsave
  245. brushDashOffset -1 eq {
  246. [] 0 setdash
  247. 1 setgray
  248. } {
  249. brushDashArray brushDashOffset setdash
  250. fgred fggreen fgblue setrgbcolor
  251. } ifelse
  252. brushWidth setlinewidth
  253. originalCTM setmatrix
  254. stroke
  255. grestore
  256. } def
  257.  
  258. /ishow {
  259. 0 begin
  260. gsave
  261. fgred fggreen fgblue setrgbcolor
  262. /fontDict printFont findfont printSize scalefont dup setfont def
  263. /descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
  264. transform exch pop def
  265. /vertoffset 0 descender sub printSize sub printFont /Courier ne
  266. printFont /Courier-Bold ne and { 1 add } if def {
  267. 0 vertoffset moveto show
  268. /vertoffset vertoffset printSize sub def
  269. } forall
  270. grestore
  271. end
  272. } dup 0 3 dict put def
  273.  
  274. /patternproc {
  275. 0 begin
  276. /patternByteLength patternString length def
  277. /patternHeight patternByteLength 8 mul sqrt cvi def
  278. /patternWidth patternHeight def
  279. /patternByteWidth patternWidth 8 idiv def
  280. /imageByteMaxLength imageByteWidth imageHeight mul
  281. stringLimit patternByteWidth sub min def
  282. /imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
  283. patternHeight mul patternHeight max def
  284. /imageHeight imageHeight imageMaxHeight sub store
  285. /imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
  286. 0 1 imageMaxHeight 1 sub {
  287. /y exch def
  288. /patternRow y patternByteWidth mul patternByteLength mod def
  289. /patternRowString patternString patternRow patternByteWidth getinterval def
  290. /imageRow y imageByteWidth mul def
  291. 0 patternByteWidth imageByteWidth 1 sub {
  292. /x exch def
  293. imageString imageRow x add patternRowString putinterval
  294. } for
  295. } for
  296. imageString
  297. end
  298. } dup 0 12 dict put def
  299.  
  300. /min {
  301. dup 3 2 roll dup 4 3 roll lt { exch } if pop
  302. } def
  303.  
  304. /max {
  305. dup 3 2 roll dup 4 3 roll gt { exch } if pop
  306. } def
  307.  
  308. /arrowhead {
  309. 0 begin
  310. transform originalCTM itransform
  311. /taily exch def
  312. /tailx exch def
  313. transform originalCTM itransform
  314. /tipy exch def
  315. /tipx exch def
  316. /dy tipy taily sub def
  317. /dx tipx tailx sub def
  318. /angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
  319. gsave
  320. originalCTM setmatrix
  321. tipx tipy translate
  322. angle rotate
  323. newpath
  324. 0 0 moveto
  325. arrowHeight neg arrowWidth 2 div lineto
  326. arrowHeight neg arrowWidth 2 div neg lineto
  327. closepath
  328. patternNone not {
  329. originalCTM setmatrix
  330. /padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
  331. arrowWidth div def
  332. /padtail brushWidth 2 div def
  333. tipx tipy translate
  334. angle rotate
  335. padtip 0 translate
  336. arrowHeight padtip add padtail add arrowHeight div dup scale
  337. arrowheadpath
  338. ifill
  339. } if
  340. brushNone not {
  341. originalCTM setmatrix
  342. tipx tipy translate
  343. angle rotate
  344. arrowheadpath
  345. istroke
  346. } if
  347. grestore
  348. end
  349. } dup 0 9 dict put def
  350.  
  351. /arrowheadpath {
  352. newpath
  353. 0 0 moveto
  354. arrowHeight neg arrowWidth 2 div lineto
  355. arrowHeight neg arrowWidth 2 div neg lineto
  356. closepath
  357. } def
  358.  
  359. /leftarrow {
  360. 0 begin
  361. y exch get /taily exch def
  362. x exch get /tailx exch def
  363. y exch get /tipy exch def
  364. x exch get /tipx exch def
  365. brushLeftArrow { tipx tipy tailx taily arrowhead } if
  366. end
  367. } dup 0 4 dict put def
  368.  
  369. /rightarrow {
  370. 0 begin
  371. y exch get /tipy exch def
  372. x exch get /tipx exch def
  373. y exch get /taily exch def
  374. x exch get /tailx exch def
  375. brushRightArrow { tipx tipy tailx taily arrowhead } if
  376. end
  377. } dup 0 4 dict put def
  378.  
  379. /midpoint {
  380. 0 begin
  381. /y1 exch def
  382. /x1 exch def
  383. /y0 exch def
  384. /x0 exch def
  385. x0 x1 add 2 div
  386. y0 y1 add 2 div
  387. end
  388. } dup 0 4 dict put def
  389.  
  390. /thirdpoint {
  391. 0 begin
  392. /y1 exch def
  393. /x1 exch def
  394. /y0 exch def
  395. /x0 exch def
  396. x0 2 mul x1 add 3 div
  397. y0 2 mul y1 add 3 div
  398. end
  399. } dup 0 4 dict put def
  400.  
  401. /subspline {
  402. 0 begin
  403. /movetoNeeded exch def
  404. y exch get /y3 exch def
  405. x exch get /x3 exch def
  406. y exch get /y2 exch def
  407. x exch get /x2 exch def
  408. y exch get /y1 exch def
  409. x exch get /x1 exch def
  410. y exch get /y0 exch def
  411. x exch get /x0 exch def
  412. x1 y1 x2 y2 thirdpoint
  413. /p1y exch def
  414. /p1x exch def
  415. x2 y2 x1 y1 thirdpoint
  416. /p2y exch def
  417. /p2x exch def
  418. x1 y1 x0 y0 thirdpoint
  419. p1x p1y midpoint
  420. /p0y exch def
  421. /p0x exch def
  422. x2 y2 x3 y3 thirdpoint
  423. p2x p2y midpoint
  424. /p3y exch def
  425. /p3x exch def
  426. movetoNeeded { p0x p0y moveto } if
  427. p1x p1y p2x p2y p3x p3y curveto
  428. end
  429. } dup 0 17 dict put def
  430.  
  431. /storexyn {
  432. /n exch def
  433. /y n array def
  434. /x n array def
  435. n 1 sub -1 0 {
  436. /i exch def
  437. y i 3 2 roll put
  438. x i 3 2 roll put
  439. } for
  440. } def
  441.  
  442. %%EndProlog
  443.  
  444. %I Idraw 7 Grid 4 
  445.  
  446. %%Page: 1 1
  447.  
  448. Begin
  449. %I b u
  450. %I cfg u
  451. %I cbg u
  452. %I f u
  453. %I p u
  454. %I t
  455. [ 0.86747 0 0 0.86747 0 0 ] concat
  456. /originalCTM matrix currentmatrix def
  457.  
  458. Begin %I Elli
  459. %I b 65535
  460. 2 0 0 [] 0 SetB
  461. %I cfg Black
  462. 0 0 0 SetCFg
  463. %I cbg Green
  464. 0 1 0 SetCBg
  465. %I p
  466. 1 SetP
  467. %I t
  468. [ 1 0 0 1 169.5 280 ] concat
  469. %I
  470. 182 191 37 78 Elli
  471. End
  472.  
  473. Begin %I Pict
  474. %I b 65535
  475. 2 0 0 [] 0 SetB
  476. %I cfg u
  477. %I cbg Green
  478. 0 1 0 SetCBg
  479. %I f u
  480. %I p u
  481. %I t
  482. [ 1 0 0 1 15.5 -33.4999 ] concat
  483.  
  484. Begin %I Poly
  485. %I b 65535
  486. 2 0 0 [] 0 SetB
  487. %I cfg Black
  488. 0 0 0 SetCFg
  489. %I cbg Red
  490. 1 0 0 SetCBg
  491. %I p
  492. 1 SetP
  493. %I t
  494. [ 1 0 0 1 118 158 ] concat
  495. %I 10
  496. 210 270
  497. 210 264
  498. 199 264
  499. 194 263
  500. 192 260
  501. 192 255
  502. 216 255
  503. 216 269
  504. 210 269
  505. 210 269
  506. 10 Poly
  507. End
  508.  
  509. Begin %I Poly
  510. %I b 65535
  511. 2 0 0 [] 0 SetB
  512. %I cfg Black
  513. 0 0 0 SetCFg
  514. %I cbg Red
  515. 1 0 0 SetCBg
  516. %I p
  517. 1 SetP
  518. %I t
  519. [ -1 0 0 1 552 158 ] concat
  520. %I 10
  521. 210 270
  522. 210 264
  523. 199 264
  524. 194 263
  525. 192 260
  526. 192 255
  527. 216 255
  528. 216 269
  529. 210 269
  530. 210 269
  531. 10 Poly
  532. End
  533.  
  534. End %I eop
  535.  
  536. Begin %I Pict
  537. %I b u
  538. %I cfg u
  539. %I cbg u
  540. %I f u
  541. %I p u
  542. %I t
  543. [ 1 0 0 1 17 -22.9999 ] concat
  544.  
  545. Begin %I Elli
  546. none SetB %I b n
  547. %I cfg Black
  548. 0 0 0 SetCFg
  549. %I cbg White
  550. 1 1 1 SetCBg
  551. %I p
  552. 0 SetP
  553. %I t
  554. [ 1 0 0 1 122 142 ] concat
  555. %I
  556. 203 379 5 4 Elli
  557. End
  558.  
  559. Begin %I Elli
  560. none SetB %I b n
  561. %I cfg Black
  562. 0 0 0 SetCFg
  563. %I cbg White
  564. 1 1 1 SetCBg
  565. %I p
  566. 0 SetP
  567. %I t
  568. [ 1 0 0 1 140 142 ] concat
  569. %I
  570. 203 379 5 4 Elli
  571. End
  572.  
  573. End %I eop
  574.  
  575. Begin %I Elli
  576. %I b 65535
  577. 2 0 0 [] 0 SetB
  578. %I cfg Black
  579. 0 0 0 SetCFg
  580. %I cbg Red
  581. 1 0 0 SetCBg
  582. %I p
  583. 0 SetP
  584. %I t
  585. [ 1 0 0 1 -37.5 147 ] concat
  586. %I
  587. 389 315 13 10 Elli
  588. End
  589.  
  590. Begin %I Poly
  591. %I b 65535
  592. 1 0 0 [] 0 SetB
  593. %I cfg Yellow
  594. 1 1 0 SetCFg
  595. %I cbg Orange
  596. 1 0.647059 0 SetCBg
  597. %I p
  598. < 77 bb ee dd 77 bb ee dd > -1 SetP
  599. %I t
  600. [ 0.5 0 0 0.5 286.5 281 ] concat
  601. %I 24
  602. 103 334
  603. 107 320
  604. 114 309
  605. 111 286
  606. 115 274
  607. 118 290
  608. 129 302
  609. 133 291
  610. 134 276
  611. 141 290
  612. 143 302
  613. 148 304
  614. 153 293
  615. 152 288
  616. 160 295
  617. 158 306
  618. 159 311
  619. 146 306
  620. 135 307
  621. 128 324
  622. 132 336
  623. 124 341
  624. 105 334
  625. 105 334
  626. 24 Poly
  627. End
  628.  
  629. Begin %I Pict
  630. %I b u
  631. %I cfg u
  632. %I cbg Green
  633. 0 1 0 SetCBg
  634. %I f u
  635. %I p u
  636. %I t
  637. [ -1 0 0 1 755.5 -44.5001 ] concat
  638.  
  639. Begin %I Poly
  640. %I b 65535
  641. 2 0 0 [] 0 SetB
  642. %I cfg Black
  643. 0 0 0 SetCFg
  644. %I cbg Yellow
  645. 1 1 0 SetCBg
  646. %I p
  647. 1 SetP
  648. %I t
  649. [ 1 0 0 1 118 158 ] concat
  650. %I 15
  651. 251 339
  652. 262 339
  653. 264 351
  654. 271 355
  655. 274 348
  656. 270 342
  657. 282 344
  658. 286 339
  659. 287 331
  660. 284 322
  661. 278 321
  662. 269 325
  663. 260 328
  664. 250 329
  665. 249 329
  666. 15 Poly
  667. End
  668.  
  669. Begin %I Line
  670. %I b 65535
  671. 2 0 0 [] 0 SetB
  672. %I cfg Black
  673. 0 0 0 SetCFg
  674. %I cbg Yellow
  675. 1 1 0 SetCBg
  676. %I p
  677. 1 SetP
  678. %I t
  679. [ 1 0 0 1 118 158 ] concat
  680. %I
  681. 286 337 274 337 Line
  682. End
  683.  
  684. Begin %I Line
  685. %I b 65535
  686. 2 0 0 [] 0 SetB
  687. %I cfg Black
  688. 0 0 0 SetCFg
  689. %I cbg Yellow
  690. 1 1 0 SetCBg
  691. %I p
  692. 1 SetP
  693. %I t
  694. [ 1 0 0 1 118 158 ] concat
  695. %I
  696. 286 328 274 331 Line
  697. End
  698.  
  699. End %I eop
  700.  
  701. Begin %I Pict
  702. %I b u
  703. %I cfg u
  704. %I cbg Green
  705. 0 1 0 SetCBg
  706. %I f u
  707. %I p u
  708. %I t
  709. [ 1 0 0 1 -53 -32.9999 ] concat
  710.  
  711. Begin %I Poly
  712. %I b 65535
  713. 2 0 0 [] 0 SetB
  714. %I cfg Black
  715. 0 0 0 SetCFg
  716. %I cbg Yellow
  717. 1 1 0 SetCBg
  718. %I p
  719. 1 SetP
  720. %I t
  721. [ 1 0 0 1 118 158 ] concat
  722. %I 15
  723. 251 339
  724. 262 339
  725. 264 351
  726. 271 355
  727. 274 348
  728. 270 342
  729. 282 344
  730. 286 339
  731. 287 331
  732. 284 322
  733. 278 321
  734. 269 325
  735. 260 328
  736. 250 329
  737. 249 329
  738. 15 Poly
  739. End
  740.  
  741. Begin %I Line
  742. %I b 65535
  743. 2 0 0 [] 0 SetB
  744. %I cfg Black
  745. 0 0 0 SetCFg
  746. %I cbg Yellow
  747. 1 1 0 SetCBg
  748. %I p
  749. 1 SetP
  750. %I t
  751. [ 1 0 0 1 118 158 ] concat
  752. %I
  753. 286 337 274 337 Line
  754. End
  755.  
  756. Begin %I Line
  757. %I b 65535
  758. 2 0 0 [] 0 SetB
  759. %I cfg Black
  760. 0 0 0 SetCFg
  761. %I cbg Yellow
  762. 1 1 0 SetCBg
  763. %I p
  764. 1 SetP
  765. %I t
  766. [ 1 0 0 1 118 158 ] concat
  767. %I
  768. 286 328 274 331 Line
  769. End
  770.  
  771. End %I eop
  772.  
  773. Begin %I Poly
  774. %I b 65535
  775. 1 0 0 [] 0 SetB
  776. %I cfg Yellow
  777. 1 1 0 SetCFg
  778. %I cbg Orange
  779. 1 0.647059 0 SetCBg
  780. %I p
  781. < 77 bb ee dd 77 bb ee dd > -1 SetP
  782. %I t
  783. [ 0.5 0 0 0.5 286.5 281 ] concat
  784. %I 7
  785. 107 349
  786. 110 345
  787. 113 338
  788. 114 345
  789. 118 345
  790. 108 349
  791. 108 349
  792. 7 Poly
  793. End
  794.  
  795. Begin %I CBSpl
  796. %I b 65535
  797. 1 0 0 [] 0 SetB
  798. %I cfg Yellow
  799. 1 1 0 SetCFg
  800. %I cbg Orange
  801. 1 0.647059 0 SetCBg
  802. %I p
  803. < 77 bb ee dd 77 bb ee dd > -1 SetP
  804. %I t
  805. [ 0.5 0 0 0.5 286.5 281 ] concat
  806. %I 39
  807. 97 186
  808. 110 190
  809. 129 189
  810. 141 181
  811. 154 187
  812. 158 193
  813. 173 193
  814. 192 189
  815. 215 180
  816. 204 179
  817. 177 177
  818. 159 173
  819. 176 175
  820. 198 172
  821. 211 170
  822. 205 162
  823. 208 156
  824. 191 154
  825. 170 150
  826. 192 145
  827. 169 143
  828. 144 143
  829. 115 140
  830. 98 148
  831. 113 156
  832. 127 164
  833. 107 158
  834. 88 164
  835. 68 162
  836. 61 171
  837. 68 183
  838. 81 176
  839. 109 174
  840. 87 180
  841. 80 185
  842. 82 193
  843. 95 188
  844. 97 186
  845. 97 186
  846. 39 CBSpl
  847. End
  848.  
  849. Begin %I CBSpl
  850. %I b 65535
  851. 1 0 0 [] 0 SetB
  852. %I cfg Yellow
  853. 1 1 0 SetCFg
  854. %I cbg Orange
  855. 1 0.647059 0 SetCBg
  856. %I p
  857. < 88 55 22 55 88 55 22 55 > -1 SetP
  858. %I t
  859. [ 0.5 0 0 0.5 286.5 281 ] concat
  860. %I 20
  861. 175 181
  862. 143 173
  863. 127 182
  864. 105 180
  865. 110 168
  866. 88 166
  867. 109 164
  868. 120 157
  869. 136 155
  870. 158 157
  871. 172 153
  872. 185 158
  873. 193 161
  874. 186 165
  875. 189 168
  876. 182 170
  877. 167 166
  878. 156 172
  879. 171 179
  880. 171 179
  881. 20 CBSpl
  882. End
  883.  
  884. Begin %I Text
  885. %I cfg Black
  886. 0 0 0 SetCFg
  887. %I f *-helvetica-bold-r-*-140-*
  888. /Helvetica-Bold 14 SetF
  889. %I t
  890. [ 1 0 0 1 322 589 ] concat
  891. %I
  892. [
  893. (Mr Vomit)
  894. ] Text
  895. End
  896.  
  897. End %I eop
  898.  
  899. showpage
  900.  
  901. %%Trailer
  902.  
  903. end
  904. -- 
  905.    [_]                  E-Mail e.a.kendrick@bradford.ac.uk                [_]
  906.   [_ _]                               -==-                               [_ _]
  907.  [_ Q _]                   ! ! !   S M I L E   ! ! !                    [_ Q _]
  908. [_______]              Because otherwise I will shoot you              [_______]
  909.