<!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(216, 88);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(318, 94);
context.stroke();

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

context.lineTo(322, 89);
context.stroke();

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

context.lineTo(325, 86);
context.stroke();

context.lineTo(326, 86);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(156, 107);
context.stroke();

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

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

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

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

context.lineTo(236, 33);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(249, 23);
context.stroke();
</script>
</body>
</html>