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

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

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

context.lineTo(228, 61);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(181, 170);
context.stroke();

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

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

context.lineTo(207, 180);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(237, 210);
context.stroke();

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

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

context.lineTo(229, 218);
context.stroke();

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

context.lineTo(213, 221);
context.stroke();

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

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

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

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

context.lineTo(142, 221);
context.stroke();

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(222, 199);

context.lineTo(224, 199);
context.stroke();

context.lineTo(233, 199);
context.stroke();

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

context.lineTo(251, 199);
context.stroke();

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

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

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

context.lineTo(299, 199);
context.stroke();

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

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

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

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

context.lineTo(303, 198);
context.stroke();
</script>
</body>
</html>