diff options
author | Karl Berry <karl@freefriends.org> | 2021-09-26 21:26:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-09-26 21:26:30 +0000 |
commit | 0a701d39e95fd828bc058b5fad179a7775675bf5 (patch) | |
tree | 2035d5c30df464777e87b4cf332bf84d8bd8d694 /Master/texmf-dist/tex/generic/pst-3dplot | |
parent | 346f5471ce482f19e4308d5e20491d82a35253e0 (diff) |
pst-3dplot (26sep21)
git-svn-id: svn://tug.org/texlive/trunk@60619 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pst-3dplot')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex b/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex index dbcb6883ada..3a9189b5c5f 100644 --- a/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex +++ b/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex @@ -1,4 +1,4 @@ -%% $Id: pst-3dplot.tex 32 2020-10-25 19:18:25Z herbert $ +%% $Id: pst-3dplot.tex 266 2021-09-24 19:02:30Z herbert $ %% %% This is file `pst-3dplot.tex', %% @@ -27,9 +27,9 @@ \ifx\PSTMultidoLoaded\endinput\else \input multido.tex\fi \ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi % -\def\fileversion{2.06} +\def\fileversion{2.07} \let\IIIDplotfileversion\fileversion -\def\filedate{2020/10/25} +\def\filedate{2021/09/23} \let\IIIDplotfiledate\filedate \message{`PST-3dplot' v\fileversion, \filedate\space (HV,DL)} % @@ -1334,8 +1334,8 @@ \pst@3ddict /vZ ED /vY ED /vX ED /pas 0.5 def /pas10 pas 10 div def - /cmyk {} def % we need only the values - \psk@ThreeDplot@SegmentColor\space +% /cmyk {} def % we need only the values + \psgetCMYKColorValues{\psk@ThreeDplot@SegmentColor} % \psk@ThreeDplot@xyzLight\space % xLight yLight zLight % /calculate2DPoint { % four values on stack; x2D y2D are returned @@ -1397,8 +1397,8 @@ #1 \pst@number\psunit mul #2 \pst@number\psunit mul #3 \pst@number\psunit mul #4 \pst@number\psunit mul \psk@ThreeDplot@increment\space - /cmyk {} def % we need only the values - \psk@ThreeDplot@SegmentColor\space +% /cmyk {} def % we need only the values + \psgetCMYKColorValues{\psk@ThreeDplot@SegmentColor} tx@3DPlotDict begin \IIIDplot@variables \tx@setTransparency @@ -1509,8 +1509,8 @@ \pst@number\pst@dimb \pst@number\psyunit div % Height \psk@ThreeDplot@increment % angle increment \psk@ThreeDplot@Hincrement % height increment - /cmyk {} def % we need only the values - \psk@ThreeDplot@SegmentColor\space +% /cmyk {} def % we need only the values + \psgetCMYKColorValues{\psk@ThreeDplot@SegmentColor} % \tx@3DPlotDict \tx@setTransparency @@ -1573,8 +1573,8 @@ \pst@number\pst@dima \pst@number\psxunit div % Width \pst@number\pst@dimb \pst@number\psyunit div % Height \pst@number\pst@dimc \pst@number\psyunit div % Depth - /cmyk {} def % we need only the values - \psk@ThreeDplot@SegmentColor\space +% /cmyk {} def % we need only the values + \psgetCMYKColorValues{\psk@ThreeDplot@SegmentColor} % /PlaneSequence [ \psk@ThreeD@PlaneSequence ] def /ConvBox2d { % on stack x y z |