<!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(230, 162);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(447, 208);
context.stroke();

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

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

context.lineTo(446, 185);
context.stroke();

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

context.lineTo(444, 183);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(349, 185);

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

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

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

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

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

context.lineTo(288, 369);
context.stroke();

context.lineTo(285, 369);
context.stroke();

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

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

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

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

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

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

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

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

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

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