summaryrefslogtreecommitdiff
path: root/Resource
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>2020-06-18 22:02:27 -0700
committerRay Johnston <ray.johnston@artifex.com>2020-06-19 06:07:33 -0700
commit554b67a6f3ba5e6c78b35f94ab3f57e96b1a3dee (patch)
tree549b48486719273f0a0bcd45802aa48e51a62a96 /Resource
parentc287d823671769a45c3b0c4a7f16a10fc5e7cb5a (diff)
downloadghostpdl-554b67a6f3ba5e6c78b35f94ab3f57e96b1a3dee.tar.gz
Bug 702505. Annotations with BlendMode (/BM) failed as PDF is opened.
The check for transparency in the page would fail with 'typecheck' because the operand stack was not properly cleaned once the /BM was detected.
Diffstat (limited to 'Resource')
-rw-r--r--Resource/Init/pdf_main.ps2
1 files changed, 1 insertions, 1 deletions
diff --git a/Resource/Init/pdf_main.ps b/Resource/Init/pdf_main.ps
index 8f9a58a84..0e3a5f864 100644
--- a/Resource/Init/pdf_main.ps
+++ b/Resource/Init/pdf_main.ps
@@ -3162,7 +3162,7 @@ currentdict /PDF2PS_matrix_key undef
} if
} if % If AP dict known
dup /BM knownoget {
- //true exit
+ pop pop pop //true exit
} if
dup /CA knownoget {
1 le {