shift method

Path shift(
  1. Offset offset
)

Implementation

Path shift(Offset offset) {
  steps.add(PathShift(offset));
  return path.shift(offset);
}