summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlgs/lib/gs_lev2.ps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlgs/lib/gs_lev2.ps')
-rw-r--r--Master/tlpkg/tlgs/lib/gs_lev2.ps6
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/tlgs/lib/gs_lev2.ps b/Master/tlpkg/tlgs/lib/gs_lev2.ps
index de632671ecc..468ad54d455 100644
--- a/Master/tlpkg/tlgs/lib/gs_lev2.ps
+++ b/Master/tlpkg/tlgs/lib/gs_lev2.ps
@@ -13,7 +13,7 @@
% contact Artifex Software, Inc., 101 Lucas Valley Road #110,
% San Rafael, CA 94903, U.S.A., +1(415)492-9861.
-% $Id: gs_lev2.ps 8119 2007-07-12 13:34:24Z alexcher $
+% $Id: gs_lev2.ps 8174 2007-08-04 14:30:04Z alexcher $
% Initialization file for Level 2 functions.
% When this is run, systemdict is still writable,
% but (almost) everything defined here goes into level2dict.
@@ -770,6 +770,10 @@ end
/.setcolorrendering1 where { pop } { (%END CRD) .skipeof } ifelse
.colorrenderingtypes 1 {
+ % Adobe ProcSet "Adobe_AGM_Core 2.0 0" places an /Intent key into CRD's
+ dup /Intent .knownget {
+ //.renderingintentdict exch .knownget { .setrenderingintent } if
+ } if
dup .buildcolorrendering1 .setcolorrendering1
} .bind put