<!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(129, 161);

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

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

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

context.lineTo(144, 153);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(250, 153);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(113, 165);
context.stroke();
</script>
</body>
</html>