Skip to content

Instantly share code, notes, and snippets.

@59naga
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 59naga/d8098c8125893e95156f to your computer and use it in GitHub Desktop.
Save 59naga/d8098c8125893e95156f to your computer and use it in GitHub Desktop.
HTML5でドット絵を拡大する ref: http://qiita.com/59naga/items/2cd1d0a1fb08f98724cc
<svg viewBox="0 0 1 1" shape-rendering="crispEdges">
<path d="M0,0h1v1h-1Z" fill="rgba(0,0,0,1.00)"></path>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment