<!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(234, 161);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(338, 141);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(477, 279);

context.lineTo(477, 279);
context.stroke();

context.strokeStyle = '#000000';
context.strokeRect(101, 72, 224, 134);
</script>
</body>
</html>