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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(280, 116);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(346, 105);
context.stroke();

context.lineTo(346, 105);
context.stroke();
</script>
</body>
</html>