summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pst-mirror/dvips/pst-mirror.pro
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pstricks/contrib/pst-mirror/dvips/pst-mirror.pro')
-rw-r--r--graphics/pstricks/contrib/pst-mirror/dvips/pst-mirror.pro12
1 files changed, 11 insertions, 1 deletions
diff --git a/graphics/pstricks/contrib/pst-mirror/dvips/pst-mirror.pro b/graphics/pstricks/contrib/pst-mirror/dvips/pst-mirror.pro
index 7b0155df77..781812613f 100644
--- a/graphics/pstricks/contrib/pst-mirror/dvips/pst-mirror.pro
+++ b/graphics/pstricks/contrib/pst-mirror/dvips/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
%
%