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

context.lineTo(130, 188);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(338, 170);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(175, 334);
context.stroke();

context.lineTo(193, 340);
context.stroke();

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(74, 217, 364, 153);

context.strokeStyle = '#000000';
context.strokeRect(442, 332, 59, 39);

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

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