Re: [NTG-context] hatching an area without drawing its borders (Hans Hagen)

2021-10-08 Thread Damien Thiriet via ntg-context
Hi, Many thanks for this quick addition to the codebase. Best regards, Damien Thiriet ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] hatching an area without drawing its borders

2021-10-08 Thread Hans Hagen via ntg-context
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); -

[NTG-context] hatching an area without drawing its borders

2021-10-07 Thread Damien Thiriet via ntg-context
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