<!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(224, 129);

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(328, 195);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(355, 226);
context.stroke();

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

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

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

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

context.lineTo(360, 242);
context.stroke();

context.lineTo(360, 244);
context.stroke();

context.lineTo(360, 249);
context.stroke();

context.lineTo(358, 254);
context.stroke();

context.lineTo(356, 258);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(337, 275);
context.stroke();

context.lineTo(334, 277);
context.stroke();

context.lineTo(333, 277);
context.stroke();

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

context.lineTo(329, 278);
context.stroke();

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

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

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

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

context.lineTo(320, 279);
context.stroke();
</script>
</body>
</html>