<!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(310, 172);

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

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

context.lineTo(317, 183);
context.stroke();

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

context.lineTo(316, 200);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(306, 290);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(406, 283);
context.stroke();

context.lineTo(407, 286);
context.stroke();

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

context.lineTo(405, 305);
context.stroke();

context.lineTo(399, 310);
context.stroke();

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

context.lineTo(390, 313);
context.stroke();

context.lineTo(367, 319);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(273, 319);
context.stroke();
</script>
</body>
</html>