Is there a way to be able to resize the Annotorious labels not just at the corners but also by clicking on the sides ? #274
Replies: 7 comments 10 replies
-
Sorry, that's not available as a feature right now I'm afraid. At the moment, you'd have to hack this into the EditableRect tool yourself if it's essential. |
Beta Was this translation helpful? Give feedback.
-
Do we now have the ability to resize at the corners as well as the edges with the right icons in V3 ? |
Beta Was this translation helpful? Give feedback.
-
I am only able to get the 3.x versions from Previously we could instatiate this way and use this for the other actions.
If we replace
|
Beta Was this translation helpful? Give feedback.
-
Hi, that's right. Annotorious 3 is a complete rewrite which includes many breaking changes from v2.7. (It was driven by my own client projects, where requirements had been shifting. Hence the breaking changes, in favor of other priorities such as improved React integration, realtime-capable state management, a custom popup mechanism that actually works etc.) But v2.7 will stay around, for those who prefer the old feature set. The main breaking difference is that v3 no longer provides a built-in editor popup. You now have to build one yourself. That seems like a backwards step at first glance. But the benefit is that you now have all the freedom to build things the way you want & need, without being held down by Annotorious' awkward and (during the past years...) completely broken "extension mechanism". Please also note that in v3, support for images is incomplete. My own client projects are all built around OpenSeadragon currently. Some notes specifically to your properties:
|
Beta Was this translation helpful? Give feedback.
-
Ok. Thanks. @rsimon , does or can 2.7 have the changes we made for the handles, resizing at the edges and corners with the correct icons #275 ? |
Beta Was this translation helpful? Give feedback.
-
@rsimon , I'm working on adding the ability to resize using both the full edge and adding the right cursors. This update will be version 2.7.14. I'll let you know when it's ready. Once you have a chance to review the PR, would you be able to merge and maintain it quickly? |
Beta Was this translation helpful? Give feedback.
-
I'll try to review, and can publish a new version of the npm package. But I'm no longer actively maintaining the 2.7.x version any more. |
Beta Was this translation helpful? Give feedback.
-
I am trying to resize anno labels by clicking on the sides as well as the corners. Kind of like a browser window. I would like to keep the draggable functionality when clicking on the middle though.
Is this possible using anno headless ? Please let me know.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions