<!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(363, 157);

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(270, 127);

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

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

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

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

context.lineTo(260, 162);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(328, 252);
context.stroke();

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

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

context.lineTo(338, 255);
context.stroke();

context.lineTo(339, 255);
context.stroke();

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

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

context.lineTo(342, 257);
context.stroke();

context.lineTo(342, 257);
context.stroke();
</script>
</body>
</html>