PathOperation

abstract class PathOperation

Interface for a path operation to be appended to the operations list.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun applyToPath(transform: Matrix, path: Path)
Applies the given transform to the provided path.