[gs-cvs] gs/lib

Ray Johnston ray at casper.ghostscript.com
Wed Oct 23 08:15:32 PDT 2002


Update of /cvs/ghostscript/gs/lib
In directory casper:/tmp/cvs-serv14058/lib

Modified Files:
	pdf_draw.ps 
Log Message:
Fix: GS didn't restore graphic state after execution of Form XObject
leaking PDF graphic state changes out of the form procedure. Bug #626507
from customer #1. Fix developed by Alex Cherepanov.


Index: pdf_draw.ps
===================================================================
RCS file: /cvs/ghostscript/gs/lib/pdf_draw.ps,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- pdf_draw.ps	18 Oct 2002 11:32:38 -0000	1.56
+++ pdf_draw.ps	23 Oct 2002 15:15:30 -0000	1.57
@@ -925,7 +925,7 @@
   3 index false /resolvestream cvx
   /.paintform cvx
   ] cvx /PaintProc exch put
-  execform
+  q execform Q		% gsave / grestore around the Form
 } bdef
 
 /_dops_save 1 array def




More information about the gs-cvs mailing list