the "hieght" and the 72dpi<->96dpi fixes

This commit is contained in:
notmasteryet 2011-06-29 22:43:59 -05:00
parent 29d0d8a8a9
commit 5ece4da552
8 changed files with 48 additions and 27 deletions

View file

@ -25,9 +25,7 @@
</div>
<div id="viewer">
<!-- Canvas dimensions must be specified in CSS pixels. CSS pixels
are always 96 dpi. 816x1056 is 8.5x11in at 96dpi. -->
<canvas id="canvas" width="816" height="1056" defaultwidth="816" defaultheight="1056"></canvas>
<canvas id="canvas"></canvas>
</div>
</body>
</html>