close method

dynamic close()

Close the path @function close @memberof opentype.Path.prototype

Implementation

close() {
  closePath();
}