<!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.strokeRect(90, 63, 105, 62);

context.strokeStyle = '#000000';
context.strokeRect(22, 129, 232, 67);

context.strokeStyle = '#000000';
context.save();
context.translate(57, 188.5);
context.scale(1, 0.9615384615384616);
context.beginPath();
context.arc(0, 0, 36, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(203, 180);
context.scale(1, 0.7058823529411765);
context.beginPath();
context.arc(0, 0, 42, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(224, 155);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(228, 154);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(137, 210);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

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