Hey folks,
Is there a way via Batik to determine if a point is inside a given closed SVG path? I had a look at PathParser, but it doesn't seem to have a what I need. I also considered sampling the path and creating a polygon (since seeing if a point is in a polygon ought to be simpler), but that's not exactly a trivial operation :)