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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(114, 263);

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

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

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

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

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

context.lineTo(139, 308);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(284, 371);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(346, 228);
context.stroke();
</script>
</body>
</html>