copyPath method
Implementation
void copyPath(ActorProceduralPath node, ActorArtboard resetArtboard) {
  copyNode(node, resetArtboard);
  _width = node.width;
  _height = node.height;
}void copyPath(ActorProceduralPath node, ActorArtboard resetArtboard) {
  copyNode(node, resetArtboard);
  _width = node.width;
  _height = node.height;
}