Re: [Kicad-developers] drawing of polygons with holes

2017-12-19 Thread Tomasz Wlostowski
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

[Kicad-developers] drawing of polygons with holes

2017-12-19 Thread Andreas Buhr
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: 1. Add some quick-fix just for me in my