<!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(257, 147);

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

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

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

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

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

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

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

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

context.lineTo(379, 201);
context.stroke();

context.lineTo(384, 203);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(323, 86);

context.lineTo(321, 86);
context.stroke();

context.lineTo(316, 86);
context.stroke();

context.lineTo(308, 87);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(115, 179);

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

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

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

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

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

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

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

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

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

context.lineTo(253, 280);
context.stroke();

context.lineTo(282, 287);
context.stroke();

context.lineTo(298, 290);
context.stroke();

context.lineTo(303, 290);
context.stroke();

context.lineTo(305, 290);
context.stroke();

context.lineTo(309, 291);
context.stroke();

context.lineTo(310, 291);
context.stroke();

context.lineTo(316, 291);
context.stroke();

context.lineTo(322, 289);
context.stroke();

context.lineTo(331, 284);
context.stroke();

context.lineTo(339, 274);
context.stroke();

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

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

context.lineTo(351, 230);
context.stroke();

context.lineTo(351, 230);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(321, 171);

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

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

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

context.lineTo(281, 198);
context.stroke();

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

context.lineTo(271, 228);
context.stroke();

context.lineTo(270, 234);
context.stroke();

context.lineTo(270, 237);
context.stroke();

context.lineTo(270, 237);
context.stroke();

context.strokeStyle = '#000000';
context.strokeRect(128, 35, 62, 61);

context.strokeStyle = '#000000';
context.save();
context.translate(357.5, 86);
context.scale(1, 0.6011560693641619);
context.beginPath();
context.arc(0, 0, 202, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>