As part of a mobile application, I want to detect an intersection between an svg that is a circle and follow the user's finger and any imported svg shape. Here is an example of what I need (don't need all the points, only the value true or false):
I am using Ionic / Angular in Typescript. I have searched for several solutions but none of them seems to fit ...
How to achieve this?