Shape

interface Shape<D : Any>

Deprecated

Interface doesn't really add much/not every shape renders from the same data.

Inheritors

Functions

Link copied to clipboard
abstract fun render(data: List<D?>): Path