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:
parent
bc47f085df
commit
1510c2c56f
|
@ -553,6 +553,7 @@ bool ConvertOutlineToPolygon( std::vector<DRAWSEGMENT*>& aSegList, SHAPE_POLY_SE
|
||||||
|
|
||||||
prevPt = nextPt;
|
prevPt = nextPt;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case S_CURVE:
|
case S_CURVE:
|
||||||
// We do not support Bezier curves in polygons, so approximate
|
// We do not support Bezier curves in polygons, so approximate
|
||||||
|
|
Loading…
Reference in New Issue