add

inline fun add(src: Path, transform: Transform = Transform.IDENTITY)

Adds a copy of src path to the current path, transformed by transformModel.

Parameters

src

The path to add as a new contour to the current path

transform

The transform that will be applied to the src before adding it to the current path