summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gs/Resource/Init/pdf_draw.ps5
1 files changed, 5 insertions, 0 deletions
diff --git a/gs/Resource/Init/pdf_draw.ps b/gs/Resource/Init/pdf_draw.ps
index afef79168..b87afe858 100644
--- a/gs/Resource/Init/pdf_draw.ps
+++ b/gs/Resource/Init/pdf_draw.ps
@@ -1938,6 +1938,11 @@ drawopdict begin
1938 1938
1939 /Tform { Tform } def % Text formatting and painting for AcroForm 1939 /Tform { Tform } def % Text formatting and painting for AcroForm
1940 % without appearance streams. 1940 % without appearance streams.
1941 /inf {
1942 0
1943 ( **** Warning: invalid number 'inf' is replaced with 0 .\n)
1944 pdfformaterror % Bug 692252
1945 } def
1941end 1946end
1942 1947
1943% ======================= Invalid operators ============================ % 1948% ======================= Invalid operators ============================ %