diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-10 23:56:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-10 23:56:55 +0000 |
commit | 594a436be62788c2cef9861dd7a9944ae15a383b (patch) | |
tree | a6b5d4897901ff3528c3235f45d024406bc7007f /Master/texmf-dist/dvips | |
parent | d8d1a3e22085125266fc10d9686b7dc96263736c (diff) |
pst-fractal 0.06 (10feb10)
git-svn-id: svn://tug.org/texlive/trunk@16958 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pst-fractal/pst-fractal.pro | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/dvips/pst-fractal/pst-fractal.pro b/Master/texmf-dist/dvips/pst-fractal/pst-fractal.pro index 041b7122890..388447fd20f 100644 --- a/Master/texmf-dist/dvips/pst-fractal/pst-fractal.pro +++ b/Master/texmf-dist/dvips/pst-fractal/pst-fractal.pro @@ -15,7 +15,7 @@ %% `pst-fractal' is a PSTricks package to draw fractal objects %% %% -%% version 0.01 / 2007-05-14 Herbert Voss <voss _at_ PSTricks.de> +%% version 0.02 / 2010-02-10 Herbert Voss <hvoss _at_ tug.org> % /tx@fractalDict 20 dict def tx@fractalDict begin @@ -157,18 +157,18 @@ tx@fractalDict begin } def % /tx@Fern { %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% \pst@tempA -% \pst@fractal@scale -% \pst@fractal@maxIter -% \pst@fractal@radius -% \pst@number\pslinewidth -% { \pst@usecolor\pslinecolor } +% \pst@fractal@scale +% \pst@tempA +% \pst@fractal@maxIter +% \pst@fractal@radius +% \pst@number\pslinewidth +% { \pst@usecolor\pslinecolor } /setColor ED SLW /radius ED /maxIter ED - 10 10 scale translate + dup scale /m1 [ 0.00 0.00 0.00 0.16 0.00 0.00 ] def /m2 [ 0.85 -0.04 0.04 0.85 0.00 1.60 ] def /m3 [ 0.20 0.23 -0.26 0.22 0.00 1.60 ] def |