From f751fc4bd5f7fb3267af8e42e41ff23d61e79d9c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 14 Sep 2021 20:24:37 +0000 Subject: pst-mirror (14sep21) git-svn-id: svn://tug.org/texlive/trunk@60506 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/dvips/pst-mirror/pst-mirror.pro | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/dvips') 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 % % -- cgit v1.2.3