diff options
Diffstat (limited to 'Master/texmf-dist/dvips/pst-solides3d/pst-solides3d.pro')
-rw-r--r-- | Master/texmf-dist/dvips/pst-solides3d/pst-solides3d.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/dvips/pst-solides3d/pst-solides3d.pro b/Master/texmf-dist/dvips/pst-solides3d/pst-solides3d.pro index d3bef78a450..afa0ef61079 100644 --- a/Master/texmf-dist/dvips/pst-solides3d/pst-solides3d.pro +++ b/Master/texmf-dist/dvips/pst-solides3d/pst-solides3d.pro @@ -1,8 +1,8 @@ %! % PostScript prologue for pst-solides3d.tex. -% Version 4.30, 2015/12/17 +% Version 4.24, 2017/03/03 % -%% COPYRIGHT 2009-2013 by Jean-Paul Vignault +%% COPYRIGHT 2009-2017 by Jean-Paul Vignault %% opacity changes by Herbert Voss %% %% This program can be redistributed and/or modified under the terms @@ -8537,8 +8537,8 @@ end 1 1 ny { /i exch def /theta i 360 mul ny div def - theta cos r j mul nx div mul - theta sin r j mul nx div mul + theta cos r j mul nx div mul transX add + theta sin r j mul nx div mul transY add 2 copy f_surface } for } for |