<!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(217, 139);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(200, 263);
context.stroke();

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

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

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

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

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

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

context.lineTo(295, 236);
context.stroke();

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

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

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

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

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

context.lineTo(314, 284);
context.stroke();

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

context.lineTo(328, 318);
context.stroke();

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

context.lineTo(328, 325);
context.stroke();

context.lineTo(328, 326);
context.stroke();

context.lineTo(325, 327);
context.stroke();

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

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

context.lineTo(307, 326);
context.stroke();

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

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

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

context.lineTo(269, 314);
context.stroke();

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

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

context.lineTo(318, 269);
context.stroke();

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

context.lineTo(371, 230);
context.stroke();
</script>
</body>
</html>