Skip to content

Commit

Permalink
Request pixelated crisp edges
Browse files Browse the repository at this point in the history
  • Loading branch information
picosonic committed Aug 26, 2021
1 parent 54b8fe3 commit a0fb020
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ body
overflow:hidden;
}

canvas
{
image-rendering:-moz-crisp-edges;
image-rendering:-webkit-crisp-edges;
image-rendering:pixelated;
image-rendering:crisp-edges;
}

#threedee
{
position:absolute;
Expand Down

0 comments on commit a0fb020

Please sign in to comment.