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

Elements look blurry #59

Open
0Supa opened this issue Nov 27, 2024 · 1 comment
Open

Elements look blurry #59

0Supa opened this issue Nov 27, 2024 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request Optimization

Comments

@0Supa
Copy link

0Supa commented Nov 27, 2024

widgets look noticeably blurry due to how the position is calculated
i think the final position should be an integer to avoid this, this level of precision seems unnecessary

blurry (float): transform: translate(19.5148px, 67.9011px) -- freely moving the widget
blurry

normal (integer): transform: translate(19px, 67px)
normal

the screenshots were taken from the overlay (on chromium)

@Lethalchip
Copy link
Member

Mean to acknowledge this earlier- thanks for the finding. We'll add this to the UI rewrite, rounding to the nearest whole integer for the translate.

@Dynrothe for visibility

@Lethalchip Lethalchip added bug Something isn't working enhancement New feature or request Optimization labels Dec 7, 2024
@Lethalchip Lethalchip self-assigned this Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request Optimization
Projects
None yet
Development

No branches or pull requests

2 participants