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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(365, 169);
context.stroke();

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

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

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

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

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

context.lineTo(425, 211);
context.stroke();

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

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

context.lineTo(443, 219);
context.stroke();
</script>
</body>
</html>