Localizations refactor (#14254)

This commit is contained in:
Ian Bassi
2026-06-18 09:13:51 -03:00
committed by GitHub
parent d7688a27d0
commit 514ab02525
120 changed files with 76499 additions and 183933 deletions

View File

@@ -1236,7 +1236,7 @@ std::vector<Vec2d> edge_offset_contour_intersections(
// 2) offset_distance == dmin_new -> one duplicate point is found.
// If 2) is ignored, then two tangentially touching offset curves are created.
// If not ignored, then the two offset curves merge at this double point.
// We should merge the contours while pushing the the two copies of the tangent point away a bit.
// We should merge the contours while pushing the two copies of the tangent point away a bit.
dmin = dmin_new;
num_intersections = (offset_distance > dmin) + 1;
}