On Mon, Nov 2, 2009 at 4:59 PM, Matthew West wrote:
> Hi,
>
> The PolyCollection class currently closes the path for each polygon by
> adding a last point the same as the first point. This means that the
> line joins will be different on this point. I've submitted a patch to
> make PolyCollection
Hi,
The PolyCollection class currently closes the path for each polygon by
adding a last point the same as the first point. This means that the
line joins will be different on this point. I've submitted a patch to
make PolyCollection use Path.CLOSEPOLY to close the path, which makes
the li