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
___
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