exyte / Macaw

Powerful and easy-to-use vector graphics Swift library with SVG support
MIT License
6k stars 552 forks source link

How to find a svg node by coordinates from the container #775

Open chaaarly opened 2 years ago

chaaarly commented 2 years ago

Hi, I try to find a way to get the top visible node at a specific location from the SVGView coordinate system (bounds). So depending of the transformations (expecially scales and moves) applied to the SVG.

Can someone help me to do so ?