<!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.save();
context.translate(112, 121.5);
context.scale(1, 0.546875);
context.beginPath();
context.arc(0, 0, 73, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.strokeRect(111, 34, 56, 48);

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(182, 103);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(181, 118);
context.stroke();
</script>
</body>
</html>