<!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(224, 77);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(308, 100);

context.lineTo(309, 100);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(374, 84);
context.stroke();

context.lineTo(374, 84);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(357, 109);

context.lineTo(357, 110);
context.stroke();

context.lineTo(356, 110);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(197, 173);

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(107, 187);

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

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

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

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

context.lineTo(106, 151);
context.stroke();

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

context.lineTo(101, 135);
context.stroke();

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

context.lineTo(100, 114);
context.stroke();

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

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

context.lineTo(100, 93);
context.stroke();

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

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

context.lineTo(101, 81);
context.stroke();

context.lineTo(104, 78);
context.stroke();

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

context.lineTo(108, 76);
context.stroke();
</script>
</body>
</html>