<!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(36, 166);

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

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

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

context.lineTo(53, 170);
context.stroke();

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

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

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

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

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

context.lineTo(171, 211);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(77, 171);
context.stroke();

context.lineTo(75, 170);
context.stroke();

context.lineTo(73, 170);
context.stroke();

context.lineTo(73, 170);
context.stroke();
</script>
</body>
</html>