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

ensure HTML canvas size is within browser limits #135

Open
trautmane opened this issue Jul 7, 2022 · 0 comments
Open

ensure HTML canvas size is within browser limits #135

trautmane opened this issue Jul 7, 2022 · 0 comments
Assignees

Comments

@trautmane
Copy link
Collaborator

Earlier today @StephanPreibisch tried to look at tile pair matches using renderScale=1.0 for two large (9417 x 8042) FIB-SEM tiles. The tiles did not render in Chrome or Firefox because (I think) the browser max area for HTML canvas elements was exceeded. This stack overflow post discusses the issue. The tile pair match UI (and all other canvas based UIs) should include size checks to prevent this type of error.

@trautmane trautmane self-assigned this Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant