<!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(274, 106);

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(209, 198);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(479, 156);

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

context.lineTo(482, 163);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(493, 319);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(209, 388);

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

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

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

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

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

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

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

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

context.lineTo(523, 388);
context.stroke();
</script>
</body>
</html>