<!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(137, 157);

context.lineTo(136, 157);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(324, 165);
context.stroke();

context.lineTo(329, 165);
context.stroke();

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

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

context.lineTo(360, 156);
context.stroke();

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

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

context.lineTo(373, 132);
context.stroke();

context.lineTo(373, 128);
context.stroke();

context.lineTo(373, 127);
context.stroke();

context.lineTo(373, 124);
context.stroke();

context.lineTo(371, 121);
context.stroke();

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(351, 117);

context.lineTo(350, 116);
context.stroke();

context.lineTo(345, 116);
context.stroke();

context.lineTo(329, 113);
context.stroke();

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

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

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

context.lineTo(276, 105);
context.stroke();

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

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

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

context.lineTo(270, 102);
context.stroke();
</script>
</body>
</html>