Last active
January 24, 2020 03:11
-
-
Save pixelpicosean/10622462 to your computer and use it in GitHub Desktop.
Pixel-art scaling on HTML5 canvas (does not work for Chrome)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
canvas { | |
image-rendering: crisp-edges; | |
image-rendering: -moz-crisp-edges; | |
image-rendering: -webkit-optimize-contrast; | |
-ms-interpolation-mode: nearest-neighbor; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment