Fix incorrect arc calculation when building the board outline (internal holes only)

Fixes: lp:1783181
https://bugs.launchpad.net/kicad/+bug/1783181
This commit is contained in:
jean-pierre charras 2018-07-24 09:17:20 +02:00
parent bc47f085df
commit 1510c2c56f
1 changed files with 1 additions and 0 deletions

View File

@ -553,6 +553,7 @@ bool ConvertOutlineToPolygon( std::vector<DRAWSEGMENT*>& aSegList, SHAPE_POLY_SE
prevPt = nextPt;
}
break;
case S_CURVE:
// We do not support Bezier curves in polygons, so approximate