Hi, maybe this is not a issue, but I don't know make closed PathComponent. I have var curves : [CubicCurve] array where last.endingPoint == first.startPoint. I expect to get closed PathComponent, form PathComponent(curves: curves) but I receive "curves are not contiguous." error.
Hi, maybe this is not a issue, but I don't know make closed
PathComponent. I havevar curves : [CubicCurve]array wherelast.endingPoint == first.startPoint. I expect to get closedPathComponent, formPathComponent(curves: curves)but I receive"curves are not contiguous."error.