<!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(185, 119);

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(158, 189);

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

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

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

context.lineTo(209, 177);
context.stroke();

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

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

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

context.lineTo(291, 154);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(118, 123, 306, 166);
</script>
</body>
</html>