<!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(139, 77);

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

context.lineTo(167, 82);
context.stroke();

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

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

context.lineTo(221, 82);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(281, 200);

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

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

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

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

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

context.lineTo(230, 255);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(106, 255);
context.stroke();

context.lineTo(121, 230);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(190, 161);
context.stroke();

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

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

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

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

context.lineTo(214, 147);
context.stroke();
</script>
</body>
</html>