Skip to content
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

manualAnnotation has scale/math bug #275

Closed
TanyaStere42 opened this issue May 24, 2023 · 1 comment
Closed

manualAnnotation has scale/math bug #275

TanyaStere42 opened this issue May 24, 2023 · 1 comment
Labels
invalid no longer relevant; close issue

Comments

@TanyaStere42
Copy link
Member

Expected Behavior

Current Behavior
(WB-1586) the problem is the global( !) manta.css has {{img { max-width: 100%; }}} so all( !) our images have this constraint on it.

as a result, these very wide images are getting truncated. you can see the math problem originates with the fact that the displayed (browser) aspect ratio is different than the actual image-size aspect ratio.

{code:java}i.width / i.height

2.28

i.naturalWidth / i.naturalHeight

2.873284907183212{code}

Community Link
https://community.wildme.org/t/manual-annotations-not-recorded-correctly-reduced-in-size/365

@TanyaStere42 TanyaStere42 added the bug something's broken! label May 24, 2023
@TanyaStere42 TanyaStere42 added invalid no longer relevant; close issue and removed bug something's broken! labels Mar 12, 2024
@TanyaStere42
Copy link
Member Author

TanyaStere42 commented Mar 12, 2024

could not replicate the issue of manual annotation mis-scaling. Closing as invalid, likely addressed through other work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid no longer relevant; close issue
Projects
None yet
Development

No branches or pull requests

1 participant