const point = group.getChildren(function (node) {
      return node.id() === anchor.id();
    })[0];