Hi,
the contains() function of a Path checks wheter a Point is inside a Path or not. So there has to be a certain border between inside and outside. What is returned if a Point lies exactly on this border?
best regards, Axel
Not sure... My guess would be inside. But how about trying it out and seeing?