Re: [NTG-context] filling overlap ?

2018-10-07 Thread Floris van Manen
so digging a little deeper brings me this solution: path p ; p := fullsquare xscaled 10mm yscaled 12mm superellipsed .7 ; path q ; q := fullsquare xscaled 9mm yscaled 11mm superellipsed .7 ; q := q shifted (3mm, -2mm); path r ; r := fullsquare xscaled 8mm yscaled 10mm superellipsed .7 ; r := r s

Re: [NTG-context] filling overlap ?

2018-10-07 Thread Floris van Manen
thanks ! .F > > Hi! > > This is something similar as in page 304 of the manual > http://www.pragma-ade.com/general/manuals/metafun-p.pdf > > \startMPpage > path p ; p := fullsquare xscaled 10mm yscaled 12mm superellipsed .7 ; > path q ; q := fullsquare xscaled 9mm yscaled 11mm superellipsed

Re: [NTG-context] filling overlap ?

2018-10-07 Thread Mikael P. Sundqvist
On Sun, Oct 7, 2018 at 1:10 PM Floris van Manen wrote: > > Could someone point me to te way as how to fill only the overlap of three > paths using metafun ? > > path p ; p := fullsquare xscaled 10mm yscaled 12mm superellipsed .7 ; > path q ; q := fullsquare xscaled 9mm yscaled 11mm superellipsed

[NTG-context] filling overlap ?

2018-10-07 Thread Floris van Manen
Could someone point me to te way as how to fill only the overlap of three paths using metafun ? path p ; p := fullsquare xscaled 10mm yscaled 12mm superellipsed .7 ; path q ; q := fullsquare xscaled 9mm yscaled 11mm superellipsed .7 ; q := q shifted (3mm, -2mm); path r ; r := fullsquare xscaled