Produces a closed polyline through the specified points by repeating the first point when the line segment ends.
Curve curveLinearClosed(Path context) => CurveLinearClosed(context);