fun canMorphWith(pathData: PathData): Boolean
Checks if this PathData object is morphable with another PathData object.
pathData
- The PathData object to compare against.
Return
true iff this PathData object is morphable with the provided PathData
object.