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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(175, 119);
context.stroke();

context.lineTo(176, 119);
context.stroke();

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

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

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

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

context.lineTo(179, 141);
context.stroke();

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

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

context.lineTo(174, 163);
context.stroke();

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

context.lineTo(167, 176);
context.stroke();

context.lineTo(164, 179);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(133, 196);
context.stroke();
</script>
</body>
</html>