Skip to content

Commit d526206

Browse files
committed
Droplets colouring no longer variable within a droplet
It used to be that, by `DropletsOuterGrayStart` and `DropletsOuterGrayEnd`, and `…Inner…`, one could make the grey vary over the droplet. The `shfill`s produced heavy PDFs that printed badly. So instead the colouring is now single, not varying within a droplet, but is no longer restricted to greys: `DropletsOuterFillCode`, `DropletsInnerFillCode`.
1 parent b60ac5f commit d526206

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Documentation/images/placemat.pdf

-5 Bytes
Binary file not shown.

Documentation/page_level.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ There is a little humour in having a small proportion of the droplets going back
237237
That proportion is controlled by `DropletsProportionBackwards`, which obviously should be ≥0 and ≤1.
238238
The default value is 0.0204 ≈ 1/49.
239239

240-
The gray and width of each path is controlled by `DropletsOuterGrayEnd`, `DropletsOuterGrayStart`, `DropletsOuterWidthEnd`, `DropletsOuterWidthStart`, `DropletsInnerGrayEnd`, `DropletsInnerGrayStart`, `DropletsInnerWidthEnd`, and `DropletsInnerWidthStart`.
241-
(But if `DropletsOuterGrayEnd` &ne; `DropletsOuterGrayStart`, or likewise <code>&hellip;Inner&hellip;</code>, the PDF can be multiple megabytes larger.)
240+
The width of each path is controlled by `DropletsOuterWidthEnd`, `DropletsOuterWidthStart`, `DropletsInnerWidthEnd`, and `DropletsInnerWidthStart`; non-positive widths not being painted.
241+
The colouring is chosen by `DropletsOuterFillCode` (the default being a variation of pale greys) and `DropletsInnerFillCode` (white).
242242
There are also Boolean parameters `PrePourShowDroplets`, `NeckTagsShowDroplets`, and `StickyLabelsShowDroplets`.
243243

244244
```PostScript

PostScript/placemat.ps

-1.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)