<!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(300, 96);

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

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

context.lineTo(307, 102);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(413, 151);
context.stroke();

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(361, 247);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(287, 325);
context.stroke();

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

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

context.lineTo(373, 336);
context.stroke();

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

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

context.lineTo(467, 348);
context.stroke();

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

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

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

context.lineTo(476, 349);
context.stroke();
</script>
</body>
</html>