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

Fix: Blurry text when devicePixelRatio is less than one #127

Merged

Commits on Sep 25, 2022

  1. Configuration menu
    Copy the full SHA
    5c2f6d3 View commit details
    Browse the repository at this point in the history
  2. Set pixi resolution to 2 if devicePixelRatio is <= 1.0. This will…

    … effectively clamp the lower-bound pixi resolution to `2` and handle the edge case of less-than-one devicePixelRatio
    lTyl committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    1c1b6d9 View commit details
    Browse the repository at this point in the history