7 lines
287 B
HTML
7 lines
287 B
HTML
|
<body class="main">
|
||
|
<title>Drawing with mouse events</title>
|
||
|
<input type="button" id="myButton" value="Clear canvas">
|
||
|
<canvas style="border: 1px solid black;" width="720" height="480" id="myCanvas"></canvas>
|
||
|
<script type="text/javascript" src="draw.js"></script>
|
||
|
|
||
|
</body>
|