hatching an area without drawing its borders
Hi, I read the 2015 thread Hatch an area with Metapost (Metafun) and started playing with anglestriped. However in my maps I would like to get my shapes hatched with no borders drawn. How can I achieve it? path p; p := fullcircle scaled 50 randomized 5; draw p anglestriped (1,60,4); Damien Thiriet
On 10/7/2021 9:45 PM, Damien Thiriet via ntg-context wrote:
path p; p := fullcircle scaled 50 randomized 5; draw p anglestriped (1,60,4);
i'll add option 0 as in: draw p anglestriped (0,60,4); ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Damien Thiriet
-
Hans Hagen