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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(120, 99);
context.stroke();
</script>
</body>
</html>