<!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(125, 46);

context.lineTo(125, 47);
context.stroke();

context.lineTo(125, 49);
context.stroke();

context.lineTo(125, 54);
context.stroke();

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

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

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

context.lineTo(173, 126);
context.stroke();

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(258, 145);

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

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

context.lineTo(265, 158);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(286, 81);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(311, 99);
context.stroke();

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

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

context.lineTo(311, 94);
context.stroke();

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

context.lineTo(311, 90);
context.stroke();

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

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

context.lineTo(311, 86);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(325, 88);
context.stroke();
</script>
</body>
</html>