summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devices/vector/opdfread.ps4
1 files changed, 2 insertions, 2 deletions
diff --git a/devices/vector/opdfread.ps b/devices/vector/opdfread.ps
index e0d6f1128..e777439fb 100644
--- a/devices/vector/opdfread.ps
+++ b/devices/vector/opdfread.ps
@@ -1040,10 +1040,10 @@ currentdict end readonly def
1040 } if % id obj node 1040 } if % id obj node
1041 1 index exch /Context exch put % id obj 1041 1 index exch /Context exch put % id obj
1042 dup /ImmediateExec true put 1042 dup /ImmediateExec true put
1043 dup /IsPage true put
1044 SetPageSize {dup /Context get //SetupPageView exec} if
1045 % This gets restored at the end of ExecuteStream if IsPage is true. 1043 % This gets restored at the end of ExecuteStream if IsPage is true.
1046 /pagesave save def 1044 /pagesave save def
1045 dup /IsPage true put
1046 SetPageSize {dup /Context get //SetupPageView exec} if
1047} bind def 1047} bind def
1048 1048
1049/FontFileDaemon % <id> <obj> <font_descriptor> FontFileDaemon <id> <obj> 1049/FontFileDaemon % <id> <obj> <font_descriptor> FontFileDaemon <id> <obj>