clear method

void clear()

Clears all path data-.

Implementation

void clear() {
  _points.clear();
  _lines.clear();
  _arcs.clear();
}