copy method

Outline copy()

Deep copy of an outline

Implementation

Outline copy() {
  return Outline([...pointList], [...isOnCurveList], _hasCompactCurves,
      _hasQuadCurves, fillRule);
}