<!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(90, 39);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(330, 123);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(385, 160);
context.stroke();
</script>
</body>
</html>