home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 May / buyer-0596.iso / internet / amber / archive.z / VIEWER32.EXE / PSPROCSET / 4 < prev    next >
Text File  |  1995-12-07  |  688b  |  36 lines

  1. %%BeginFile: l2compat
  2. %%Copyright: Copyright 1987-1993 Adobe Systems Incorporated. All Rights Reserved.
  3. /cshow isdefined? not StartLoad {
  4. /cshow {
  5. exch /_cshow xdd
  6. { 0 0 _cshow exec } forall
  7. } bd
  8. } EndLoad
  9. /setcmykcolor isdefined? not StartLoad {
  10. /setcmykcolor {
  11. 1 sub 4 1 roll
  12. 3 {
  13. 3 index add neg dup 0 lt { pop 0 } if
  14. 3 1 roll
  15. } repeat
  16. setrgbcolor
  17. pop
  18. } bd
  19. } EndLoad
  20. /rectclip isdefined? not StartLoad {
  21. /re 0 def
  22. /rectclip { newpath re clip newpath } bd
  23. } EndLoad
  24. /execform isdefined? not StartLoad {
  25. /execform {
  26. gsave dup begin
  27. Matrix concat
  28. BBox aload pop
  29. exch 3 index sub
  30. exch 2 index sub
  31. rectclip
  32. PaintProc end grestore
  33. } def
  34. } EndLoad
  35. %%EndFile
  36.