-1:000000000000 | 0:6bba0f67c0f6 |
---|---|
1 <!DOCTYPE HTML> | |
2 <html> | |
3 <head> | |
4 <title>Blank Canvas</title> | |
5 </head> | |
6 <body> | |
7 <canvas id="c" width="128" height="64" style="direction:ltr"></canvas> | |
8 <script type="text/javascript"> | |
9 var canvas = document.getElementById('c'); | |
10 var ctx = canvas.getContext('2d'); | |
11 | |
12 </script> | |
13 </body> | |
14 </html> |