v / examples / js_dom_draw
Raw file | 7 loc (6 sloc) | 288 bytes | Latest commit hash 243e66a10
1<body class="main">
2 <title>Drawing with mouse events</title>
3 <input type="button" id="clearButton" value="Clear canvas">
4 <canvas style="border: 1px solid black;" width="720" height="480" id="canvas"></canvas>
5 <script type="text/javascript" src="draw.js"></script>
6
7</body>