Path.split()

The Path.split() method splits a path in two halves, on a point along that path that you pass it.

Signature

Javascript
array path.split(Point splitPoint)

Example