summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-marble/CHANGES.md')
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/CHANGES.md41
1 files changed, 39 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 2274dbd7bfc..34d153ab951 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.2 #
-# 2019/02/01 #
+# pst-marble v. 1.3 #
+# 2019/02/18 #
Source: pst-marble.tex, pst-marble.sty, pst-marble.pro
Author: Aubrey Jaffer
@@ -131,6 +131,8 @@ this system has an extra degree of freedom. If you want to reduce the
width of the affected region of a rake by a factor of 10, either
reduce **V** by a factor of 10 or reduce **D** by a factor of 3.1 (sqrt 10).
+---
+
## Changes in v. 1.1:
## Customer friendly setup of the actions.
@@ -199,6 +201,8 @@ They are available for these following actions as well:
and automatically detected.
+---
+
## Changes in v. 1.2:
The actions **arc-drops** and **spiral-drops** are erased and bundled together
@@ -291,3 +295,36 @@ which are setup in parentheses and not square brackets.
This is set to *Mathematical Marbling* by default to keep the drops to their
initial randomly chosen places.
Made for **Gaussian-drops** and **uniform-drops**.
+
+---
+
+## Changes in v. 1.3:
+
+## **stroke** action
+
+now becomes **stylus** action, however **stroke** still can be used.
+
+## Rotations
+
+now are consistent. From vertical clockwise
+
+## New action **serpentine-drops**
+
+**serpentine-drops** deposits a series of drops on a user-specified *grid*
+in a serpentine sequence.
+
+## New option **oversample**
+
+This option pixels the image. If taken *oversample=0* we get no-pixeled images.
+If taken *oversample=1* we get the same as with *viscosity= negative* (v1.2)
+which now is obsolete, but still works.
+The smaller the *oversample* value is taken (between 0<*oversample*<1) the more
+blocky the image gets rastered.
+
+## Transparency and Blendmodes
+
+A patch from **A. Grahn** now makes it possible to use these options the
+*normal* PSTricks way and needn't be introduced within the **actions=\{...\}**
+with raw PostScript code. Equal now for ps2pdf, xelatex and distiller.
+
+## Bug fixes