kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #32523
Re: drawing of polygons with holes
On 19/12/17 17:22, Andreas Buhr wrote:
> Hi,
>
> both
> OPENGL_GAL::DrawPolygon( const SHAPE_POLY_SET& aPolySet )
> and
> CAIRO_GAL::DrawPolygon( const SHAPE_POLY_SET& aPolySet )
>
> do not plot the holes in the polygon. Is this intentionally? I do need a
> plot function which also plots the holes. I could:
Hi Andreas,
They never had to draw polygons with holes (since all Kicad polygons are
'slitted'/'fractured' after processing, so have no holes). I consider
this a bug.
Tom
References