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

@ -14,6 +14,6 @@
</script>
</head>
<body>
<canvas id="canvas" resize hidpi></canvas>
<canvas id="canvas" resize></canvas>
</body>
</html>