<!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(221, 208);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(276, 75);

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

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

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

context.lineTo(330, 80);
context.stroke();

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

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

context.lineTo(379, 89);
context.stroke();

context.lineTo(387, 95);
context.stroke();

context.lineTo(389, 101);
context.stroke();

context.lineTo(390, 109);
context.stroke();

context.lineTo(390, 119);
context.stroke();

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

context.lineTo(390, 143);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(351, 242);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(291, 177);
context.stroke();
</script>
</body>
</html>