[gs-cvs] rev 9123 - trunk/gs/Resource/Init

alexcher at ghostscript.com alexcher at ghostscript.com
Thu Sep 25 16:48:04 PDT 2008


Author: alexcher
Date: 2008-09-25 16:48:03 -0700 (Thu, 25 Sep 2008)
New Revision: 9123

Modified:
   trunk/gs/Resource/Init/pdf_draw.ps
Log:
Process invalid PDF operator QBT as Q BT .
Bug 690089, customer 384.

DIFFERENCES:
None


Modified: trunk/gs/Resource/Init/pdf_draw.ps
===================================================================
--- trunk/gs/Resource/Init/pdf_draw.ps	2008-09-25 17:33:43 UTC (rev 9122)
+++ trunk/gs/Resource/Init/pdf_draw.ps	2008-09-25 23:48:03 UTC (rev 9123)
@@ -1347,6 +1347,12 @@
 
   /Tform { Tform } def  % Text formatting and painting for AcroForm
                         % without appearance streams.
+  /QBT {
+    Q BT
+    (   **** Warning: invalid operator QBT processed as Q BT .\n)
+    pdfformaterror  % Bug 690089
+  } def
+
 end
 
 % ============================== Annotations ============================== %



More information about the gs-cvs mailing list