<!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(188, 122);

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

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

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

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

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

context.lineTo(269, 166);
context.stroke();

context.lineTo(279, 172);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(420, 150);

context.lineTo(418, 150);
context.stroke();

context.lineTo(412, 150);
context.stroke();

context.lineTo(406, 150);
context.stroke();

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

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

context.lineTo(362, 160);
context.stroke();

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

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

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

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

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

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

context.lineTo(268, 206);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(215, 186);

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

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

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

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

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

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

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

context.lineTo(330, 200);
context.stroke();

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

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

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

context.lineTo(367, 211);
context.stroke();

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

context.lineTo(370, 213);
context.stroke();
</script>
</body>
</html>