summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlgs/lib/gs_icc.ps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlgs/lib/gs_icc.ps')
-rw-r--r--Master/tlpkg/tlgs/lib/gs_icc.ps13
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/tlpkg/tlgs/lib/gs_icc.ps b/Master/tlpkg/tlgs/lib/gs_icc.ps
index 9856b2c9a38..7068940ed92 100644
--- a/Master/tlpkg/tlgs/lib/gs_icc.ps
+++ b/Master/tlpkg/tlgs/lib/gs_icc.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_icc.ps 6300 2005-12-28 19:56:24Z giles $
+% $Id: gs_icc.ps 8306 2007-10-20 16:34:38Z alexcher $
% ICCBased color space method dictionaries.
% This assumes gs_ciecs2.ps has already been processed.
@@ -123,9 +123,14 @@ colorspacedict
/Alternate .knownget
{
//.cs_validate exec
- //.cs_potential_icc_alternate exec not
- //setcspace_rangecheck
- if
+ dup //.cs_potential_icc_alternate exec not
+ {
+ 0 get /ICCBased ne
+ //setcspace_rangecheck
+ if
+ }
+ { pop }
+ ifelse
}
if
}