<!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(210.5, 121.5);
context.scale(0.9512195121951219, 1);
context.beginPath();
context.arc(0, 0, 57, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(254, 88);

context.lineTo(254, 89);
context.stroke();

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

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

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

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

context.lineTo(257, 92);
context.stroke();

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

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

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

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

context.lineTo(259, 96);
context.stroke();

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

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

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

context.lineTo(261, 99);
context.stroke();

context.lineTo(261, 100);
context.stroke();

context.lineTo(261, 101);
context.stroke();

context.lineTo(262, 101);
context.stroke();

context.lineTo(262, 102);
context.stroke();

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

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

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

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

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

context.lineTo(265, 107);
context.stroke();

context.lineTo(265, 108);
context.stroke();

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

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

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

context.lineTo(266, 111);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(253, 89);
context.lineTo(307, 98);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(263, 127);
context.lineTo(304, 99);
context.stroke();
context.closePath();
</script>
</body>
</html>