You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for 'non-scaling' annotations, which remain of constant screen size, regardless of whether the underlying image is scaled. The typical (only?) use case for this is point markers. For example: you'll always want a point marker to be a circle of 5 pixel radius, no matter if the image is displayed in original size, or scaled by 50% in a responsive UI.
Bugfixes
Fixed a regression bug that broke shape move/edit on touch (#102)
Fixed a bug that caused annotations to become un-selectable when using the overrideId feature
Fixed a bug in gigapixel mode that prevented newly-created selections from scaling/moving with the image, when no other annotation was on screen