Re: [NTG-context] anglestriped shifts path

2016-02-04 Thread Marco Patzer
On Wed, 3 Feb 2016 15:27:36 -0500 John Kitzmiller wrote: > I expect anglestriped to work more like fill, but it shifts the path. > Is it intended behavior? > > \startMPpage[offset=2mm] > path p; > p = unitsquare scaled 4cm ; p = fullsquare scaled 4cm ; Marco ___

[NTG-context] anglestriped shifts path

2016-02-03 Thread John Kitzmiller
I expect anglestriped to work more like fill, but it shifts the path. Is it intended behavior? \startMPpage[offset=2mm] path p; p = unitsquare scaled 4cm ; filldraw p withcolor blue; draw p; draw p anglestriped(0,0,0) withcolor blue; \stopMPpage Thanks, John