<!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.strokeRect(49, 120, 359, 131);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(217, 117);

context.lineTo(217, 118);
context.stroke();

context.lineTo(218, 121);
context.stroke();

context.lineTo(218, 123);
context.stroke();

context.lineTo(218, 127);
context.stroke();

context.lineTo(218, 128);
context.stroke();

context.lineTo(218, 129);
context.stroke();

context.lineTo(218, 131);
context.stroke();

context.lineTo(218, 133);
context.stroke();

context.lineTo(218, 136);
context.stroke();

context.lineTo(218, 137);
context.stroke();

context.lineTo(218, 139);
context.stroke();

context.lineTo(218, 142);
context.stroke();

context.lineTo(218, 145);
context.stroke();

context.lineTo(218, 148);
context.stroke();

context.lineTo(218, 149);
context.stroke();

context.lineTo(218, 151);
context.stroke();

context.lineTo(219, 153);
context.stroke();

context.lineTo(219, 155);
context.stroke();

context.lineTo(220, 157);
context.stroke();

context.lineTo(220, 159);
context.stroke();

context.lineTo(220, 161);
context.stroke();

context.lineTo(221, 165);
context.stroke();

context.lineTo(221, 167);
context.stroke();

context.lineTo(221, 170);
context.stroke();

context.lineTo(223, 173);
context.stroke();

context.lineTo(223, 176);
context.stroke();

context.lineTo(223, 178);
context.stroke();

context.lineTo(224, 182);
context.stroke();

context.lineTo(224, 184);
context.stroke();

context.lineTo(224, 186);
context.stroke();

context.lineTo(224, 188);
context.stroke();

context.lineTo(224, 190);
context.stroke();

context.lineTo(224, 192);
context.stroke();

context.lineTo(224, 194);
context.stroke();

context.lineTo(224, 196);
context.stroke();

context.lineTo(224, 199);
context.stroke();

context.lineTo(224, 202);
context.stroke();

context.lineTo(224, 205);
context.stroke();

context.lineTo(224, 208);
context.stroke();

context.lineTo(224, 213);
context.stroke();

context.lineTo(223, 217);
context.stroke();

context.lineTo(221, 222);
context.stroke();

context.lineTo(219, 227);
context.stroke();

context.lineTo(218, 232);
context.stroke();

context.lineTo(216, 235);
context.stroke();

context.lineTo(215, 239);
context.stroke();

context.lineTo(214, 240);
context.stroke();

context.lineTo(213, 242);
context.stroke();

context.lineTo(213, 243);
context.stroke();

context.lineTo(212, 244);
context.stroke();

context.lineTo(212, 245);
context.stroke();

context.lineTo(212, 246);
context.stroke();

context.lineTo(210, 247);
context.stroke();

context.lineTo(210, 248);
context.stroke();
</script>
</body>
</html>