get_clip_info#

Path.get_clip_info()#

Get the data used to clip the path.

Returns:
tuple[PolygonData, bool]

Returns a tuple in this format:

(clipping_poly, keep_inside)

clipping_poly : PolygonData used to clip the path.

keep_inside : Indicates whether the part of the path inside the polygon is preserved.