I was wondering if there is a way of getting information from selecting a point on a path (what number it is, or how many points there are on a path etc)
Skimmed through the docs and forum, can’t seem to find anything like that?
Or should I go through the pathData itself?
Something that might help is that the pathData is a representation of SVG paths… which hopefully means there are some libraries that you can use to do the parsing.