<!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(208, 109);

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

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

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

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

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

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

context.lineTo(245, 176);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(294, 357);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(141, 291);
context.stroke();

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

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

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

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

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

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

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 1;
</script>
</body>
</html>