<!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(59, 77);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(138, 291);
context.stroke();

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

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

context.lineTo(196, 340);
context.stroke();

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

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

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

context.lineTo(244, 372);
context.stroke();

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

context.lineTo(263, 379);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(324, 380);
context.stroke();
</script>
</body>
</html>