simonwep / selection

✨ Viselect - A high performance and lightweight library to add a visual way of selecting elements, just like on your Desktop. Zero dependencies, super small. Support for major frameworks!
https://simonwep.github.io/selection
MIT License
2.52k stars 148 forks source link

SVG click point generated selection(or something similar) #180

Closed Win546 closed 1 year ago

Win546 commented 2 years ago

Hi i'd like to add some sort o selection made by generating a SVG point path, more o less as the "draw on map research" made by this website https://www.immobiliare.it/ which it's using the plugin "Leaflet(https://leafletjs.com/index.html)" to make the map interactive.

simonwep commented 1 year ago

Not exactly sure what you mean - but with "SVG click point generated selection" you mean being able to draw a shape and select elements that intersect this shape instead of a rectangle?

simonwep commented 1 year ago

Somewhat a duplicate of #156