<!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(168, 73);

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

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

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

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

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

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

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

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

context.lineTo(108, 121);
context.stroke();

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

context.lineTo(78, 146);
context.stroke();

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

context.lineTo(59, 160);
context.stroke();

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

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

context.lineTo(55, 160);
context.stroke();

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

context.lineTo(71, 146);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(448, 188);
context.stroke();

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

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

context.lineTo(461, 217);
context.stroke();

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

context.lineTo(461, 231);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(370, 248);
context.stroke();
</script>
</body>
</html>