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

Applied scale to canvas to prevent blurry images. #159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KyleSmith0905
Copy link

Closes #158

Applies a scale on images with high device pixel ratio.

My computer has a device pixel ratio of 1.25, so a 24x24 image was being rendered onto 32x32. Consequently, the image was blurry.

Copy link

@davelavoie davelavoie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed working!

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

Successfully merging this pull request may close these issues.

Static image is blurry on high device pixel ratio screens.
2 participants