MarkCurves

object MarkCurves

A collection of standard PathDrawers.

Properties

Curved
Link copied to clipboard
common
val Curved: PathDrawer
Curved line generator, draws a curve passing through each point of the Path.
Step
Link copied to clipboard
common
val Step: PathDrawer
Step line generator, draw a line consisting of alternate horizontal and vertical lines.
Straight
Link copied to clipboard
common
val Straight: PathDrawer
Straight line generator, draws straight lines from each point of the Path to the next one.