<!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(227, 192);

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

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

context.lineTo(221, 193);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(194, 362);
context.stroke();

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

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

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

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

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

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

context.lineTo(255, 373);
context.stroke();

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

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

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

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

context.lineTo(352, 358);
context.stroke();

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

context.lineTo(381, 348);
context.stroke();

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

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

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

context.lineTo(414, 331);
context.stroke();

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

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

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

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

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

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

context.lineTo(422, 322);
context.stroke();
</script>
</body>
</html>