summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-14 20:24:37 +0000
committerKarl Berry <karl@freefriends.org>2021-09-14 20:24:37 +0000
commitf751fc4bd5f7fb3267af8e42e41ff23d61e79d9c (patch)
tree84f7774a74d8b786ef561f97ab0b938e5de72798 /Master/texmf-dist/dvips
parent5f01a4ce41fcc30f2b0a8ac557ba16f0ca293831 (diff)
pst-mirror (14sep21)
git-svn-id: svn://tug.org/texlive/trunk@60506 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r--Master/texmf-dist/dvips/pst-mirror/pst-mirror.pro12
1 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/dvips/pst-mirror/pst-mirror.pro b/Master/texmf-dist/dvips/pst-mirror/pst-mirror.pro
index 7b0155df77d..781812613fc 100644
--- a/Master/texmf-dist/dvips/pst-mirror/pst-mirror.pro
+++ b/Master/texmf-dist/dvips/pst-mirror/pst-mirror.pro
@@ -1,4 +1,4 @@
-%% $Id: pst-mirror.pro 894 2014-02-18 09:46:21Z herbert $
+%% $Id: pst-mirror.pro 248 2021-09-14 08:57:11Z herbert $
%%
%% This is file `pst-mirror.pro',
%%
@@ -28,6 +28,7 @@ tx@Sphere3DImageDict begin
/LINETO { systemdict /lineto get exec } def
/MOVETO { systemdict /moveto get exec } def
/CURVETO { systemdict /curveto get exec } def
+/RCURVETO { systemdict /rcurveto get exec } def
/CLOSEPATH { systemdict /closepath get exec } def
/RLINETO { systemdict /rlineto get exec } def
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -106,6 +107,15 @@ tx@Sphere3DImageDict begin
/rlineto {
c@y add exch c@x add exch lineto
} bind def
+/rcurveto {
+ c@y add 6 1 roll
+ c@x add 6 1 roll
+ c@y add 6 1 roll
+ c@x add 6 1 roll
+ c@y add 6 1 roll
+ c@x add 6 1 roll
+ curveto
+} bind def
end
%
%