shift abstract method

Path shift(
  1. Offset offset
)

Returns a copy of the path with all the segments of every sub-path translated by the given offset.

Implementation

Path shift(Offset offset);