<!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(310, 39);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(238, 99);

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(221, 89);

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

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

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

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

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

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

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

context.lineTo(235, 145);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(374, 63);
context.stroke();

context.lineTo(362, 46);
context.stroke();

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

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

context.lineTo(328, 14);
context.stroke();

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

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

context.lineTo(304, 15);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(220, 159);
context.stroke();

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

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

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

context.lineTo(230, 163);
context.stroke();
</script>
</body>
</html>