-
Notifications
You must be signed in to change notification settings - Fork 0
/
images2.html
23 lines (22 loc) · 978 Bytes
/
images2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<!-- Plotly.js -->
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h3><strong>Using an Image() object in method</strong></h3><br />
<button id="btn" type="button" onclick = "createDrawImage();" >Draw</button>
<div class="row">
<!-- The canvas tag -->
<canvas id="g" width="700" height="700"></canvas>
</div>
<script src="images2.js"></script>
</div>
</body>
</html>