[gs-cvs] rev 7091 - trunk/gs/src

stefan at ghostscript.com stefan at ghostscript.com
Fri Oct 6 08:20:13 PDT 2006


Author: stefan
Date: 2006-10-06 08:20:13 -0700 (Fri, 06 Oct 2006)
New Revision: 7091

Modified:
   trunk/gs/src/gspaint.c
Log:
Removing incorrect unsetting of device color when the device isn't a 
bit tagging device.  The bit tagging code shouldn't affect other devices.




Modified: trunk/gs/src/gspaint.c
===================================================================
--- trunk/gs/src/gspaint.c	2006-10-06 15:18:10 UTC (rev 7090)
+++ trunk/gs/src/gspaint.c	2006-10-06 15:20:13 UTC (rev 7091)
@@ -297,11 +297,9 @@
 	      Type 3 charproc streams immediately.
 	 */
         if (gx_device_has_color(gs_currentdevice(pgs))) {
-	    gx_unset_dev_color(pgs);
             gs_set_object_tag(pgs, GS_PATH_TAG);
 	}
 	else {
-	    gx_unset_dev_color(pgs);
             gs_set_object_tag(pgs, GS_TEXT_TAG);
 	}
 	gx_set_dev_color(pgs);



More information about the gs-cvs mailing list