[gs-cvs] gs/lib
Raph Levien
raph at casper.ghostscript.com
Wed Oct 16 23:08:02 PDT 2002
Update of /cvs/ghostscript/gs/lib
In directory casper:/tmp/cvs-serv8251/lib
Modified Files:
gs_setpd.ps
Log Message:
Fix: Adds /Colors /BitsPerPixel and /ColorValues to .dynamicppkeys
because they can change dynamically when adding separation colors.
Index: gs_setpd.ps
===================================================================
RCS file: /cvs/ghostscript/gs/lib/gs_setpd.ps,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- gs_setpd.ps 29 Aug 2002 05:41:30 -0000 1.15
+++ gs_setpd.ps 17 Oct 2002 06:08:00 -0000 1.16
@@ -209,6 +209,9 @@
/.dynamicppkeys mark
/.MediaSize dup % because it changes when PageSize is set
/PageCount dup
+ /Colors dup
+ /BitsPerPixel dup
+ /ColorValues dup
.dicttomark readonly def
/.makecurrentpagedevice { % - .makecurrentpagedevice <dict>
currentdevice null .getdeviceparams
More information about the gs-cvs
mailing list