<!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(257, 112);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(300, 317);
context.stroke();

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

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

context.lineTo(383, 260);
context.stroke();

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

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

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

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

context.lineTo(431, 147);
context.stroke();

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

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

context.lineTo(423, 124);
context.stroke();

context.lineTo(418, 118);
context.stroke();

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

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

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

context.lineTo(369, 93);
context.stroke();

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

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

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

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

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

context.lineTo(277, 105);
context.stroke();

context.lineTo(256, 114);
context.stroke();

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

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

context.lineTo(231, 125);
context.stroke();
</script>
</body>
</html>