<!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.beginPath();
context.moveTo(147, 113);

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

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

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

context.lineTo(186, 146);
context.stroke();

context.lineTo(197, 152);
context.stroke();

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

context.lineTo(200, 154);
context.stroke();

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(212, 130);

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(175, 150);
context.stroke();

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

context.lineTo(170, 161);
context.stroke();

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

context.lineTo(165, 172);
context.stroke();

context.lineTo(164, 175);
context.stroke();

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

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

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

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

context.lineTo(161, 185);
context.stroke();

context.lineTo(161, 188);
context.stroke();

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

context.lineTo(164, 194);
context.stroke();

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

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

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

context.lineTo(202, 189);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(177, 171);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(156.5, 106);
context.scale(0.9705882352941176, 1);
context.beginPath();
context.arc(0, 0, 47, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(194.5, 268.5);
context.scale(1, 0.23595505617977527);
context.beginPath();
context.arc(0, 0, 91, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>