<!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(466, 258);
context.lineTo(466, 258);
context.stroke();
context.lineTo(466, 256);
context.stroke();
context.lineTo(466, 251);
context.stroke();
context.lineTo(458, 226);
context.stroke();
context.lineTo(448, 210);
context.stroke();
context.lineTo(434, 196);
context.stroke();
context.lineTo(414, 182);
context.stroke();
context.lineTo(389, 170);
context.stroke();
context.lineTo(353, 161);
context.stroke();
context.lineTo(315, 156);
context.stroke();
context.lineTo(278, 156);
context.stroke();
context.lineTo(240, 157);
context.stroke();
context.lineTo(210, 160);
context.stroke();
context.lineTo(187, 166);
context.stroke();
context.lineTo(170, 174);
context.stroke();
context.lineTo(157, 182);
context.stroke();
context.lineTo(146, 192);
context.stroke();
context.lineTo(138, 203);
context.stroke();
context.lineTo(133, 217);
context.stroke();
context.lineTo(129, 235);
context.stroke();
context.lineTo(128, 257);
context.stroke();
context.lineTo(128, 281);
context.stroke();
context.lineTo(129, 302);
context.stroke();
context.lineTo(132, 317);
context.stroke();
context.lineTo(137, 328);
context.stroke();
context.lineTo(146, 339);
context.stroke();
context.lineTo(156, 348);
context.stroke();
context.lineTo(167, 355);
context.stroke();
context.lineTo(183, 361);
context.stroke();
context.lineTo(203, 366);
context.stroke();
context.lineTo(224, 370);
context.stroke();
context.lineTo(245, 372);
context.stroke();
context.lineTo(264, 373);
context.stroke();
context.lineTo(278, 374);
context.stroke();
context.lineTo(288, 373);
context.stroke();
context.lineTo(297, 371);
context.stroke();
context.lineTo(302, 369);
context.stroke();
context.lineTo(304, 367);
context.stroke();
context.lineTo(305, 366);
context.stroke();
context.lineTo(306, 365);
context.stroke();
context.lineTo(306, 365);
context.stroke();
context.lineTo(306, 365);
context.stroke();
</script>
</body>
</html>