<!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(271, 207);

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

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

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

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

context.lineTo(320, 174);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(388, 234);
context.stroke();

context.lineTo(396, 218);
context.stroke();

context.lineTo(401, 206);
context.stroke();

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

context.lineTo(409, 201);
context.stroke();

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

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

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

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

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

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

context.lineTo(447, 234);
context.stroke();

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

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

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

context.lineTo(480, 195);
context.stroke();

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

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

context.lineTo(495, 233);
context.stroke();

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

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

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

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

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

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

context.lineTo(519, 203);
context.stroke();
</script>
</body>
</html>