summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlgs/Resource/Init/gs_epsf.ps
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2021-09-29 01:02:39 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2021-09-29 01:02:39 +0000
commit032fbe3299ba69dfde0e6b488c63d7172f5526cc (patch)
tree609e446095e13bafd341617218852c3db3bb254c /Master/tlpkg/tlgs/Resource/Init/gs_epsf.ps
parent73f30335fe2918b048eaaedddc30503169fb8be9 (diff)
Upgrade gs-9.54.0 -> gs-9.55.0
git-svn-id: svn://tug.org/texlive/trunk@60648 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlgs/Resource/Init/gs_epsf.ps')
-rw-r--r--Master/tlpkg/tlgs/Resource/Init/gs_epsf.ps5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/tlgs/Resource/Init/gs_epsf.ps b/Master/tlpkg/tlgs/Resource/Init/gs_epsf.ps
index 47b68bba9be..7f2329d6ab3 100644
--- a/Master/tlpkg/tlgs/Resource/Init/gs_epsf.ps
+++ b/Master/tlpkg/tlgs/Resource/Init/gs_epsf.ps
@@ -270,13 +270,14 @@
/.runNoEPS /run load def
/.runEPS { % file OR string --
+ .updatematrices
/runEPS_save save def
/runEPS_dict_count countdictstack def
/runEPS_op_count count 2 sub def
- /runEPS_page_count currentpagedevice /PageCount get def
+ /runEPS_page_count .currentshowpagecount not {0} if def
0 EPSBoundingBoxSetState
//.runNoEPS
- currentpagedevice /PageCount get runEPS_page_count sub 0 eq
+ .currentshowpagecount not {0} if runEPS_page_count sub 0 eq
{ /showpage load exec } if
count runEPS_op_count sub {pop} repeat
countdictstack runEPS_dict_count sub {end} repeat