isInterpolatable

fun isInterpolatable(compare: Path?): Boolean

Returns true if Path contain equal verbs and equal weights. If Path contain one or more conics, the weights must match.

.conicTo may add different verbs depending on conic weight, so it is not trivial to interpolate a pair of Path containing conics with different conic weight values.

Return

true if Path verb array and weights are equivalent

Parameters

compare

Path to compare

See also