updateShape

inline fun updateShape(block: VectorPath.() -> Unit)

Deprecated

Use updatePath instead

Replace with

updatePath(block)