PathNode
Represents a single command in a vector graphics path. Each node corresponds to a command in a
PathNode
Class
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.