<!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(124, 91);

context.lineTo(131, 101);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(202, 219);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(342, 187);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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