Just a question. I have Paths with strokeWidth. I want to find area of grey and black paths (on screenshot) and compare it to their intersection area to detect that user draw a letter.
Intersection of paths doesn't include information about strokeWidth. it seems that converting path to rectangle will not work for curved paths.
Is it possible to find intersection area with kdl-intersection package?


Just a question. I have Paths with strokeWidth. I want to find area of grey and black paths (on screenshot) and compare it to their intersection area to detect that user draw a letter.


Intersection of paths doesn't include information about strokeWidth. it seems that converting path to rectangle will not work for curved paths.
Is it possible to find intersection area with kdl-intersection package?