🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

CloseSegment

A PathSegment containing the Close command.

Source set: Common
public val CloseSegment: PathSegment = PathSegment(PathSegment.Type.Close, FloatArray(0), 0.0f)

A PathSegment containing the Close command. This static object exists to avoid allocating a new segment when returning a Close result from PathIterator.next.