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.
Represents a single command in a vector graphics path.
RevenueCat
Add subscriptions to your apps in minutes
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.