drawVector

fun drawVector(path: VectorPath, m: Matrix = currentMatrix)
inline fun drawVector(m: Matrix = currentMatrix, block: VectorBuilder.() -> Unit)
inline fun drawVector(color: RGBA, m: Matrix = currentMatrix, block: VectorBuilder.() -> Unit)