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

ray at ghostscript.com ray at ghostscript.com
Tue Nov 21 17:26:55 PST 2006


Author: ray
Date: 2006-11-21 17:26:37 -0800 (Tue, 21 Nov 2006)
New Revision: 7216

Modified:
   trunk/gs/lib/gs_devcs.ps
Log:
Fix for 09-29-1 -- force result from BG, UCR procs to always be a real.


Modified: trunk/gs/lib/gs_devcs.ps
===================================================================
--- trunk/gs/lib/gs_devcs.ps	2006-11-21 21:16:21 UTC (rev 7215)
+++ trunk/gs/lib/gs_devcs.ps	2006-11-22 01:26:37 UTC (rev 7216)
@@ -163,13 +163,13 @@
         repeat
 
         % apply undercolorremoval
-        dup 5 1 roll currentundercolorremoval exec 4 1 roll
+        dup 5 1 roll currentundercolorremoval exec cvr 4 1 roll
         3
           { 3 index sub //bound_0_1 exec 3 1 roll }
         repeat
 
         % apply blackgeneration
-        5 3 roll pop currentblackgeneration exec //bound_0_1 exec
+        5 3 roll pop currentblackgeneration exec cvr //bound_0_1 exec
       }
     bind
 



More information about the gs-cvs mailing list