PathDrawer

fun fun interface PathDrawer

A PathDrawer transforms a given Path into a Curve.

See also

Functions

draw
Link copied to clipboard
common
abstract fun draw(path: Path): Curve
Given the path generator returns a curve generator.