curveLinearClosed function Curves

Curve curveLinearClosed(
  1. Path context
)

Produces a closed polyline through the specified points by repeating the first point when the line segment ends.

Implementation

Curve curveLinearClosed(Path context) => CurveLinearClosed(context);