-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Annotations can be moved #183
Comments
The |
If you want to make the shape locked, but keep the comments editable, I think you can do something like this: var anno = Annotorious.init({
image: 'hallstatt',
readOnly: true,
widgets: [
{ widget: 'COMMENT', editable: true }
]
}); But actually not quite sure anymore... Annotorious v3 is already on the horizon and will allow for more flexibility concerning permissions and editing rules. |
@rsimon I want to not be able to move the annotation, but still be able to edit the points |
Only change the shape but not move it? Sorry that's not possible. You might be able to work around by making the shape transparent to pointer events using CSS perhaps. |
Is the reverse possible? That is for a user to be able to move selection frame around, but not to change it's shape? |
No sorry. Not possible either. But likewise, you could try removing the handles via CSS. |
Hello! I am developing an application using Annotorious with OSD and I can move the annotations with drag & drop. Is there any possibility to disable this option?
The text was updated successfully, but these errors were encountered: