ailon / markerjs2

Add image annotation to your web apps.
https://markerjs.com
Other
142 stars 39 forks source link

Request: don't scale svg when zoom in or zoom out #132

Closed ylc395 closed 2 years ago

ylc395 commented 2 years ago
image

For example, when zoom in or zoom out, the circles' size will change too. This may reduce user experience.

ailon commented 2 years ago

Zooming is implemented in a very simple(istic) way right now - just scaling the div where canvas is placed. This won't change in the v2 timeframe. But I'll keep this in mind for v3.