<!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(128, 108, 310, 226);

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

context.strokeStyle = '#000000';
context.save();
context.translate(317, 155.5);
context.scale(0.48484848484848486, 1);
context.beginPath();
context.arc(0, 0, 37, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(181, 157);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(181, 156);

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

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

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

context.lineTo(181, 160);
context.stroke();

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(315, 157);

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

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

context.lineTo(315, 159);
context.stroke();

context.lineTo(315, 160);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(189, 272);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(337, 251);
context.stroke();
</script>
</body>
</html>