I was not able to find any example for opening a SVG file however I find functions in the src for this stuff. Is it possible? If yes, can someone provide a working example.
Actually, I want to know if two paths in a SVG intersect or not. Now, pyx has function *intersects in the path class*, which returns list of intersection points. But all I want is a boolean that if two paths intersect or not. So, calculating list of intersection points would be waste of resources. Is there any such functionality?
------------------------------------------------------------------------------
_______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
