We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reset Zoom functionality should work
When annotating in Tag Annotation mode, Reset Zoom option on Settings is ignored and image is always set to fit canvas.
Tag Annotation
Reset Zoom
Settings
Apparently the culprid is the canvasInstance.fit() at canvas-wrapper:
if (workspace === Workspace.ATTRIBUTE_ANNOTATION) { if (activatedState.objectType !== ObjectType.TAG) { canvasInstance.focus(activatedStateID, aamZoomMargin); } else { canvasInstance.fit(); } }
The text was updated successfully, but these errors were encountered:
bsekachev
Successfully merging a pull request may close this issue.
My actions before raising this issue
Expected Behaviour
Reset Zoom functionality should work
Current Behaviour
When annotating in
Tag Annotation
mode,Reset Zoom
option onSettings
is ignored and image is always set to fit canvas.Possible Solution
Apparently the culprid is the canvasInstance.fit() at canvas-wrapper:
Steps to Reproduce (for bugs)
Tag Annotation
Your Environment
The text was updated successfully, but these errors were encountered: