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

Browser zoom makes graph blurry #546

Open
kmcnaught opened this issue May 9, 2023 · 6 comments
Open

Browser zoom makes graph blurry #546

kmcnaught opened this issue May 9, 2023 · 6 comments
Labels
bug Something isn't working user submitted

Comments

@kmcnaught
Copy link

Description

If a user struggles to read small text (e.g. has a visual impairment or has dyslexia) then they might user browser zoom to get larger text. When you zoom in (Windows 10, Firefox 112.0.2 (64-bit)) the UI all scales correctly (yay!) except that the graph ends up really blurry.

See video demo: https://www.loom.com/share/ebb4b39a794c4c4eadcbdb30b14dd98d

Screenshots

image

Additional information

No response

@kmcnaught kmcnaught added the bug Something isn't working label May 9, 2023
@camdan-me
Copy link
Member

Are you referring to the thickness of the graph line? I'm not sure what you mean by blurry.

@kmcnaught
Copy link
Author

This is the difference - it's like the graph has been rendered to a lower resolution.

Zoom = standard (100%) Zoom = 250%
screenshot of standard graph with sharp lines screenshot of zoomed graph with blurry lines

@camdan-me
Copy link
Member

Ah I see what you mean. It looks like the thickness of the line is what changes, the samping of the graph doesn't actually change, so it shouldn't impact gameplay- the samples are just more visible.

@kmcnaught
Copy link
Author

It's mainly the legibility of the text on the graph that seems problematic. Good to hear it doesn't affect gameplay.

@camdan-me
Copy link
Member

Oh I didn't notice the text, this is an excellent point. @polytroper any idea why this might be happening?

@polytroper
Copy link
Collaborator

Weird. Nothing immediately comes to mind, but blurriness aside it is going to be very tricky to manage this relationship since the complex layout of the cartoon-style text makes it very nontrivial to enlarge. I would expect zooming to have no effect on the size of that text, but I’m not totally sure why it makes it blurry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working user submitted
Projects
Status: No status
Development

No branches or pull requests

4 participants