Switch HiDPI on by default.

Allow deactivation by setting the hidpi attribute to "off" on the canvas.
This commit is contained in:
Jürg Lehni 2013-11-06 15:32:08 +01:00
parent 5439f6ba45
commit 1f98d72c5b
103 changed files with 121 additions and 122 deletions
examples/Scripts

View file

@ -27,7 +27,6 @@
function runTest(testName, handler) {
var caption = document.createElement('h3');
var canvas = document.createElement('canvas');
canvas.setAttribute('hidpi');
caption.appendChild(document.createTextNode(testName));
container.appendChild(caption);
container.appendChild(canvas);