diff --git a/pcbnew/convert_shape_list_to_polygon.cpp b/pcbnew/convert_shape_list_to_polygon.cpp index 681ac5d935..b37c1fe012 100644 --- a/pcbnew/convert_shape_list_to_polygon.cpp +++ b/pcbnew/convert_shape_list_to_polygon.cpp @@ -159,6 +159,8 @@ static bool isCopperOutside( const FOOTPRINT* aFootprint, SHAPE_POLY_SET& aShape { SHAPE_POLY_SET poly = aShape.CloneDropTriangulation(); + poly.ClearArcs(); + poly.BooleanIntersection( *pad->GetEffectivePolygon( ERROR_INSIDE ), SHAPE_POLY_SET::PM_FAST );