home *** CD-ROM | disk | FTP | other *** search
- %%BeginResource: l2compat
- %%Copyright: Copyright 1987-1993 Adobe Systems Incorporated. All Rights Reserved.
- /cshow isdefined? not StartLoad {
- /cshow {
- exch /_cshow xdd
- { 0 0 _cshow exec } forall
- } bd
- } EndLoad
- /setcmykcolor isdefined? not StartLoad {
- /setcmykcolor {
- 1 sub 4 1 roll
- 3 {
- 3 index add neg dup 0 lt { pop 0 } if
- 3 1 roll
- } repeat
- setrgbcolor
- pop
- } bd
- } EndLoad
- /rectclip isdefined? not StartLoad {
- /re 0 def
- /rectclip { newpath re clip newpath } bd
- } EndLoad
- /execform isdefined? not StartLoad {
- /execform {
- gsave dup begin
- Matrix concat
- BBox aload pop
- exch 3 index sub
- exch 2 index sub
- rectclip
- PaintProc end grestore
- } def
- } EndLoad
- /sethalftone isdefined? not StartLoad {
- /sethalftone {
- begin
- HalftoneType 1 eq
- { Frequency Angle /SpotFunction load setscreen }
- if
- end
- } bd
- } EndLoad
- %%EndResource
-