louisstow / Match-3

Match-3 game built in various frameworks
0 stars 1 forks source link

Set image-rendering to nearest neighbour for better pixel art #9

Open digitarald opened 11 years ago

digitarald commented 11 years ago

From https://developer.mozilla.org/en-US/docs/CSS/image-rendering

image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;