<!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(133, 350);

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

context.lineTo(144, 337);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(217, 278);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(230, 202);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(319, 258);
context.stroke();
</script>
</body>
</html>