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

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

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

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

context.lineTo(168, 137);
context.stroke();

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

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

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

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

context.lineTo(208, 174);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(295, 228);
context.stroke();

context.lineTo(303, 231);
context.stroke();

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

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

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

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

context.lineTo(388, 233);
context.stroke();

context.lineTo(411, 233);
context.stroke();

context.lineTo(433, 231);
context.stroke();

context.lineTo(452, 225);
context.stroke();

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

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

context.lineTo(476, 197);
context.stroke();

context.lineTo(476, 188);
context.stroke();

context.lineTo(475, 181);
context.stroke();

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

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

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

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

context.lineTo(453, 129);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(375, 213);
context.stroke();

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

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

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

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

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

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

context.lineTo(367, 259);
context.stroke();
</script>
</body>
</html>