close method

void close()

Closes the current sub-path by connecting the last point to the first.

Implementation

void close() {
  _path.close();
}