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

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

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

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

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

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

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

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

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

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

context.lineTo(382, 138);
context.stroke();

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

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

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

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

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

context.lineTo(398, 241);
context.stroke();

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

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

context.lineTo(398, 261);
context.stroke();

context.lineTo(398, 261);
context.stroke();

context.lineTo(398, 262);
context.stroke();

context.lineTo(398, 262);
context.stroke();

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

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

context.lineTo(391, 266);
context.stroke();

context.lineTo(384, 267);
context.stroke();

context.lineTo(374, 268);
context.stroke();

context.lineTo(364, 269);
context.stroke();

context.lineTo(347, 268);
context.stroke();

context.lineTo(335, 266);
context.stroke();

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

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

context.lineTo(304, 262);
context.stroke();

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

context.lineTo(300, 261);
context.stroke();

context.lineTo(300, 260);
context.stroke();

context.lineTo(300, 260);
context.stroke();

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

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

context.lineTo(295, 247);
context.stroke();

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

context.lineTo(292, 231);
context.stroke();

context.lineTo(292, 215);
context.stroke();

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

context.lineTo(295, 202);
context.stroke();

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

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

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

context.lineTo(297, 197);
context.stroke();
</script>
</body>
</html>