Hi Hans, Alan,

This is really cool! Not sure how I missed this feature, works exactly for my use-case.

Thanks a lot for pointing this out, I was able to find it in the MAPS as well.

Cheers,
Adam

On Sat, Aug 17, 2019 at 9:52 AM Hans Hagen <j.hagen@xs4all.nl> wrote:
On 8/17/2019 3:27 AM, Alan Braslau wrote:
> We have eofill in MP (in pdf/ps in fact) and that likely will do what you need.
You forgot the MWD (Minimal Working Demo):

\starttext

\startMPpage
path p ; p := fullcircle scaled 1cm ;
path q ; q := fullcircle scaled .5cm ;

nofill p ;
eofill q ;
\stopMPpage

\stoptext

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------