<!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(127, 214);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(67, 111);
context.scale(NaN, NaN);
context.beginPath();
context.arc(0, 0, 0, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(165.5, 135);
context.scale(1, 0.7272727272727273);
context.beginPath();
context.arc(0, 0, 41, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.strokeRect(207, 121, 181, 37);

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

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