Skip to content

Instantly share code, notes, and snippets.

@pixelpicosean
Last active January 24, 2020 03:11
Show Gist options
  • Save pixelpicosean/10622462 to your computer and use it in GitHub Desktop.
Save pixelpicosean/10622462 to your computer and use it in GitHub Desktop.
Pixel-art scaling on HTML5 canvas (does not work for Chrome)
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