PathApi

trait PathApi
class Object
trait Matchable
class Any

Value members

Abstract methods

def closedPath(tx: Transform, fill: Option[Fill], stroke: Option[Stroke], elements: List[PathElement]): F[Unit]
def openPath(tx: Transform, fill: Option[Fill], stroke: Option[Stroke], elements: List[PathElement]): F[Unit]