Working with Raw rectangles and capital letter keys.

This commit is contained in:
Joel Martin
2010-04-05 23:54:30 -05:00
parent c8460b0310
commit 64ab5c4ded
5 changed files with 314 additions and 239 deletions

View File

@@ -2,7 +2,7 @@
<head><title>Canvas Experiments</title></head>
<body>
Canvas:<br>
<canvas id="tutorial" width="500" height="300">
<canvas id="tutorial" width="640" height="480">
Canvas not supported.
</canvas>
@@ -16,6 +16,6 @@
<script src="canvas.js"></script>
<script>
window.onload = function() { init_canvas('tutorial'); }
window.onload = function() { init_canvas('tutorial', 640, 480); }
</script>
</html>