Class

PathNode

Represents a single command in a vector graphics path.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
sealed class PathNode(val isCurve: Boolean = false, val isQuad: Boolean = false)

Represents a single command in a vector graphics path. Each node corresponds to a command in a standard path data specification.