Skip to content

Instantly share code, notes, and snippets.

@Costava
Costava / high-dpi-canvas.html
Last active January 14, 2017 15:47 — forked from joubertnel/gist:870190
HTML5 Canvas - Rendering of Text on High-DPI Screens
<html>
<head>
<script src='http://code.jquery.com/jquery-1.5.1.min.js'></script>
</head>
<body>
<h2>Naive canvas</h2>
<canvas id="naive" width="400" height="50"></canvas>
<h2>High-def Canvas</h2>