closePath method

dynamic closePath()

Implementation

closePath() {
  this.commands.add({
    "type": 'Z'
  });
}