close method

void close()

Implementation

void close() {
  steps.add(PathClose());
  path.close();
}