<!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(160, 78);

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

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

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

context.lineTo(167, 85);
context.stroke();

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

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

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

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

context.lineTo(229, 103);
context.stroke();

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(259, 62);

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

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

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

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

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

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

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

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

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

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

context.lineTo(306, 192);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(240, 209);
context.stroke();
</script>
</body>
</html>