diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-03 23:15:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-03 23:15:13 +0000 |
commit | 459273b097e74fa6a8b49179febc2dc305704586 (patch) | |
tree | 364456c34c08cfd0160d7323f2ed6de8d0aed62b /Master/texmf-dist/dvips | |
parent | 0326f4eebc178d105108d65f263a6d220eb76f10 (diff) |
pst-solides3d (3mar17)
git-svn-id: svn://tug.org/texlive/trunk@43390 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-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 |