diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-marble/CHANGES.md')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-marble/CHANGES.md | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-marble/CHANGES.md b/Master/texmf-dist/doc/generic/pst-marble/CHANGES.md index d0ec0da178e..c5318cba95f 100644 --- a/Master/texmf-dist/doc/generic/pst-marble/CHANGES.md +++ b/Master/texmf-dist/doc/generic/pst-marble/CHANGES.md @@ -1,6 +1,6 @@ # **CHANGES** # -# pst-marble v. 1.3a # -# 2019/02/23 # +# pst-marble v. 1.4 # +# 2019/02/25 # Source: pst-marble.tex, pst-marble.sty, pst-marble.pro Author: Aubrey Jaffer @@ -334,3 +334,43 @@ with raw PostScript code. Equal now for ps2pdf, xelatex and distiller. ## Changes in v. 1.3a: ## Bug fixes + +--- + +## Changes in v. 1.4: + +## The command **\\psMarble** + +is now available in two forms: + +**\psMarble\[parameter-assignment,...,parameter-assignment\](width,height)** + +**\psMarble\[parameter-assignment,...,parameter-assignment\](x−,y−)(x+,y+)** + +## New option **overscan** + +When the overscan value is greater than 1, proportionally more image +(outside of the specified area) is shown, and the specified area is outlined +with a dashed rectangular border. + +## New option **spractions** with new post-marble actions + +Specifies the sequence of spray commands to perform. +Spray commands are performed after marbling. + +## **Gaussian-spray** + +**xc yc r ang eccentricity \[ rgb \] n Rd Gaussian-spray** + +Places **n** drops of colors **\[rgb\]** randomly in a circular +or elliptical disk centered at **xc, yc** having mean radius **Rd**, +**ang** degrees clockwise from vertical, and length-to-width ratio +**eccentricity**. + +## **uniform-spray** + +**xc yc xsid ysid angle \[ rgb \] n Rd uniform-spray** + +Places **n** drops of colors **\[rgb\]** randomly in a **xsid** by **ysid** +rectangle centered at location **xc, yc** and rotated by **ang** degrees +clockwise from vertical. |