mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-08 13:24:38 +00:00
Working with Raw rectangles and capital letter keys.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user