Path.offset()

The Path.offset() method returns a new Path that is offset by distance from the original path.

Signature

Javascript
Path path.offset(float distance)

Example