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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(50, 65);

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

context.lineTo(48, 74);
context.stroke();

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

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

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

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

context.lineTo(48, 166);
context.stroke();

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

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

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

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

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

context.lineTo(189, 273);
context.stroke();

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

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

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

context.lineTo(294, 281);
context.stroke();

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

context.lineTo(297, 270);
context.stroke();

context.lineTo(297, 264);
context.stroke();

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

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

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

context.lineTo(274, 205);
context.stroke();

context.lineTo(265, 189);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(14, 95);
context.stroke();

context.lineTo(14, 96);
context.stroke();

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

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

context.lineTo(16, 98);
context.stroke();
</script>
</body>
</html>