<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Your Canvas</title>
<style type="text/css"><!--
#container { position: relative; }
#imageTemp { position: absolute; top: 1px; left: 1px; }
--></style>
</head>
<body>
<canvas id="imageView" width="600" height="500"></canvas>
<script type="text/javascript">
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(82, 34);
context.lineTo(146, 102);
context.stroke();
context.closePath();
context.strokeStyle = '#000000';
context.strokeRect(153, 93, 207, 94);
context.lineWidth = 6;
context.lineWidth = 5;
context.lineWidth = 4;
context.lineWidth = 5;
context.lineWidth = 6;
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(452, 156);
context.lineTo(452, 156);
context.stroke();
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(453, 158);
context.lineTo(454, 158);
context.stroke();
context.lineTo(455, 159);
context.stroke();
context.lineTo(458, 161);
context.stroke();
context.lineTo(458, 164);
context.stroke();
context.lineTo(460, 170);
context.stroke();
context.lineTo(464, 179);
context.stroke();
context.lineTo(466, 186);
context.stroke();
context.lineTo(469, 193);
context.stroke();
context.lineTo(472, 198);
context.stroke();
context.lineTo(475, 203);
context.stroke();
context.lineTo(477, 206);
context.stroke();
context.lineTo(479, 210);
context.stroke();
context.lineTo(480, 212);
context.stroke();
context.lineTo(481, 215);
context.stroke();
context.lineTo(484, 221);
context.stroke();
context.lineTo(485, 222);
context.stroke();
context.lineTo(485, 223);
context.stroke();
context.lineTo(484, 224);
context.stroke();
context.lineTo(482, 224);
context.stroke();
context.lineTo(480, 224);
context.stroke();
context.lineTo(478, 224);
context.stroke();
context.lineTo(477, 224);
context.stroke();
context.lineTo(475, 224);
context.stroke();
context.lineTo(473, 224);
context.stroke();
context.lineTo(472, 224);
context.stroke();
context.lineTo(470, 224);
context.stroke();
context.lineTo(469, 224);
context.stroke();
context.lineTo(468, 224);
context.stroke();
context.lineTo(464, 224);
context.stroke();
context.lineTo(461, 223);
context.stroke();
context.lineTo(460, 222);
context.stroke();
context.lineTo(458, 221);
context.stroke();
context.lineTo(457, 220);
context.stroke();
context.lineTo(455, 219);
context.stroke();
context.lineTo(454, 218);
context.stroke();
context.lineTo(453, 217);
context.stroke();
context.lineTo(453, 216);
context.stroke();
context.lineTo(452, 214);
context.stroke();
context.lineTo(452, 213);
context.stroke();
context.lineTo(452, 212);
context.stroke();
context.lineTo(452, 211);
context.stroke();
context.lineTo(452, 210);
context.stroke();
context.lineTo(452, 210);
context.stroke();
</script>
</body>
</html>