[gs-cvs] rev 7207 - trunk/gs/lib

alexcher at ghostscript.com alexcher at ghostscript.com
Thu Nov 16 07:33:01 PST 2006


Author: alexcher
Date: 2006-11-16 07:33:00 -0800 (Thu, 16 Nov 2006)
New Revision: 7207

Modified:
   trunk/gs/lib/gs_cet.ps
Log:
Pass the arrays with correct attributes to setdash and setcolortransfer
in gs_cet.ps to match Tek printer. Fix CET 09-07, 09-08, 09-22.


Modified: trunk/gs/lib/gs_cet.ps
===================================================================
--- trunk/gs/lib/gs_cet.ps	2006-11-16 11:12:36 UTC (rev 7206)
+++ trunk/gs/lib/gs_cet.ps	2006-11-16 15:33:00 UTC (rev 7207)
@@ -9,6 +9,8 @@
 300 .sethiresscreen	% needed for language switch build since it
 			% processes gs_init.ps BEFORE setting the resolution
 
+0 array 0 setdash % CET 09-08 wants local setdash
+
 currentglobal true setglobal
 
 /version (3017.102) def			% match CPSI 3017.102
@@ -19,6 +21,7 @@
 { } bind dup
 setblackgeneration
 setundercolorremoval
+0 array cvx readonly dup dup dup setcolortransfer
 
 % CPSI doesn't define "Localization" resource.
 /Localization /Category undefineresource



More information about the gs-cvs mailing list