<!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(144, 123);
context.scale(1, 0.9444444444444444);
context.beginPath();
context.arc(0, 0, 99, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(187, 121);
context.lineTo(314, 120);
context.stroke();
context.closePath();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(243, 119);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(235, 122);
context.lineTo(278, 122);
context.stroke();
context.closePath();
</script>
</body>
</html>