blob: e0c20c8d3fa1ad66554a21b5d4e97816792ed895 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
<canvas id="canvas" width=600 height=300 style="border:5px solid black">
<script src="canvas-lineWidth.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>
|