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

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

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

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

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

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

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

context.lineTo(174, 204);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(354, 124);

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(249, 116);

context.lineTo(249, 117);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(229, 241);
context.stroke();

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

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

context.lineTo(234, 256);
context.stroke();

context.lineTo(234, 256);
context.stroke();

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

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

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

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

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

context.lineTo(209, 293);
context.stroke();

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

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

context.lineTo(204, 299);
context.stroke();

context.lineTo(203, 297);
context.stroke();

context.lineTo(201, 294);
context.stroke();

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

context.lineTo(197, 289);
context.stroke();

context.lineTo(193, 288);
context.stroke();

context.lineTo(191, 287);
context.stroke();

context.lineTo(189, 287);
context.stroke();

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

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

context.lineTo(187, 287);
context.stroke();

context.lineTo(187, 287);
context.stroke();
</script>
</body>
</html>