<!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(228, 210);

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

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

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

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

context.lineTo(230, 199);
context.stroke();

context.lineTo(241, 171);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(268, 202);
context.stroke();

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

context.lineTo(273, 204);
context.stroke();

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

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

context.lineTo(322, 148);
context.stroke();

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

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

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

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

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

context.lineTo(364, 85);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(120, 181);
context.stroke();

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

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

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

context.lineTo(216, 177);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(386, 154);
context.stroke();
</script>
</body>
</html>