Release 29.1.0

This commit is contained in:
be5invis 2024-04-05 21:25:08 -07:00
parent 2c0a312d65
commit 5ee5a4eda4
1992 changed files with 29386 additions and 29320 deletions

View file

@ -17,7 +17,7 @@ export function spiroToOutlineWithSimplification(knots, fClosed, gizmo) {
TypoGeom.ShapeConv.transferGenericShapeAsBezier(
[simplifier.combinedArcs],
sink,
CurveUtil.GEOMETRY_PRECISION,
CurveUtil.OCCURRENT_PRECISION,
);
return sink.contours;
}