<!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(52, 79.5);
context.scale(0.9655172413793104, 1);
context.beginPath();
context.arc(0, 0, 40, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(117, 70);
context.lineTo(117, 69);
context.stroke();
context.lineTo(117, 69);
context.stroke();
context.lineTo(118, 69);
context.stroke();
context.lineTo(120, 69);
context.stroke();
context.lineTo(121, 70);
context.stroke();
context.lineTo(123, 74);
context.stroke();
context.lineTo(125, 75);
context.stroke();
context.lineTo(126, 79);
context.stroke();
context.lineTo(127, 81);
context.stroke();
context.lineTo(127, 82);
context.stroke();
context.lineTo(128, 82);
context.stroke();
context.lineTo(128, 83);
context.stroke();
context.lineTo(128, 84);
context.stroke();
context.lineTo(129, 85);
context.stroke();
context.lineTo(129, 86);
context.stroke();
context.lineTo(131, 87);
context.stroke();
context.lineTo(131, 88);
context.stroke();
context.lineTo(132, 89);
context.stroke();
context.lineTo(133, 90);
context.stroke();
context.lineTo(133, 91);
context.stroke();
context.lineTo(134, 91);
context.stroke();
context.lineTo(134, 91);
context.stroke();
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(120, 92);
context.lineTo(120, 90);
context.stroke();
context.lineTo(121, 89);
context.stroke();
context.lineTo(122, 88);
context.stroke();
context.lineTo(124, 86);
context.stroke();
context.lineTo(125, 85);
context.stroke();
context.lineTo(126, 84);
context.stroke();
context.lineTo(126, 83);
context.stroke();
context.lineTo(128, 82);
context.stroke();
context.lineTo(128, 82);
context.stroke();
context.lineTo(128, 81);
context.stroke();
context.lineTo(129, 80);
context.stroke();
context.lineTo(129, 79);
context.stroke();
context.lineTo(129, 78);
context.stroke();
context.lineTo(130, 78);
context.stroke();
context.lineTo(131, 77);
context.stroke();
context.lineTo(132, 76);
context.stroke();
context.lineTo(133, 75);
context.stroke();
context.lineTo(133, 74);
context.stroke();
context.lineTo(134, 74);
context.stroke();
context.lineTo(135, 74);
context.stroke();
context.lineTo(135, 73);
context.stroke();
context.lineTo(137, 71);
context.stroke();
context.lineTo(137, 70);
context.stroke();
context.lineTo(138, 70);
context.stroke();
context.lineTo(138, 70);
context.stroke();
</script>
</body>
</html>