<!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(181, 74);

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

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

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

context.lineTo(235, 57);
context.stroke();

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

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

context.lineTo(266, 56);
context.stroke();

context.lineTo(272, 56);
context.stroke();

context.lineTo(278, 58);
context.stroke();

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

context.lineTo(300, 75);
context.stroke();

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

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

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

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

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

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

context.lineTo(361, 153);
context.stroke();

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

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

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

context.lineTo(360, 168);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(223, 139);
context.stroke();

context.lineTo(223, 138);
context.stroke();

context.lineTo(223, 136);
context.stroke();

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

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

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

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

context.lineTo(223, 127);
context.stroke();

context.lineTo(223, 126);
context.stroke();

context.lineTo(223, 126);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(336, 252);
context.stroke();
</script>
</body>
</html>