<!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(208, 83);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(307, 70);

context.lineTo(307, 72);
context.stroke();

context.lineTo(307, 77);
context.stroke();

context.lineTo(307, 83);
context.stroke();

context.lineTo(307, 103);
context.stroke();

context.lineTo(307, 120);
context.stroke();

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

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

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

context.lineTo(307, 147);
context.stroke();

context.lineTo(307, 147);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(154, 334);

context.lineTo(154, 331);
context.stroke();

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

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

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

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

context.lineTo(171, 263);
context.stroke();

context.lineTo(179, 251);
context.stroke();

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

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

context.lineTo(207, 230);
context.stroke();

context.lineTo(233, 226);
context.stroke();

context.lineTo(253, 226);
context.stroke();

context.lineTo(275, 231);
context.stroke();

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

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

context.lineTo(320, 248);
context.stroke();

context.lineTo(334, 259);
context.stroke();

context.lineTo(345, 271);
context.stroke();

context.lineTo(353, 283);
context.stroke();

context.lineTo(359, 295);
context.stroke();

context.lineTo(363, 300);
context.stroke();

context.lineTo(365, 303);
context.stroke();

context.lineTo(366, 305);
context.stroke();

context.lineTo(366, 306);
context.stroke();

context.lineTo(366, 306);
context.stroke();
</script>
</body>
</html>