Hello, I have a question regarding GSPath.removeNodeAtIndex_(). I am trying to use the method in order to remove duplicate nodes like this:
However, when I run the method, the following happens:
Any reason the offcurve nodes need to be deleted as well? I would like to keep them. Same happens if I do GSPath.nodes.remove(node).

