<!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(238, 159);
context.lineTo(238, 160);
context.stroke();
context.lineTo(238, 167);
context.stroke();
context.lineTo(241, 172);
context.stroke();
context.lineTo(244, 180);
context.stroke();
context.lineTo(253, 190);
context.stroke();
context.lineTo(262, 197);
context.stroke();
context.lineTo(268, 202);
context.stroke();
context.lineTo(276, 208);
context.stroke();
context.lineTo(282, 212);
context.stroke();
context.lineTo(284, 214);
context.stroke();
context.lineTo(285, 214);
context.stroke();
context.lineTo(286, 216);
context.stroke();
context.lineTo(288, 220);
context.stroke();
context.lineTo(292, 224);
context.stroke();
context.lineTo(293, 226);
context.stroke();
context.lineTo(293, 228);
context.stroke();
context.lineTo(294, 228);
context.stroke();
context.lineTo(295, 228);
context.stroke();
context.lineTo(296, 229);
context.stroke();
context.lineTo(298, 229);
context.stroke();
context.lineTo(300, 229);
context.stroke();
context.lineTo(302, 229);
context.stroke();
context.lineTo(303, 229);
context.stroke();
context.lineTo(304, 229);
context.stroke();
context.lineTo(304, 229);
context.stroke();
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(357, 206);
context.lineTo(358, 206);
context.stroke();
context.lineTo(359, 204);
context.stroke();
context.lineTo(365, 197);
context.stroke();
context.lineTo(369, 192);
context.stroke();
context.lineTo(377, 182);
context.stroke();
context.lineTo(386, 175);
context.stroke();
context.lineTo(394, 168);
context.stroke();
context.lineTo(402, 162);
context.stroke();
context.lineTo(405, 159);
context.stroke();
context.lineTo(407, 158);
context.stroke();
context.lineTo(408, 156);
context.stroke();
context.lineTo(408, 156);
context.stroke();
context.lineTo(408, 156);
context.stroke();
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(332, 155);
context.lineTo(330, 155);
context.stroke();
context.lineTo(329, 156);
context.stroke();
context.lineTo(326, 157);
context.stroke();
context.lineTo(316, 161);
context.stroke();
context.lineTo(309, 163);
context.stroke();
context.lineTo(306, 164);
context.stroke();
context.lineTo(303, 165);
context.stroke();
context.lineTo(301, 166);
context.stroke();
context.lineTo(301, 166);
context.stroke();
context.strokeStyle = '#000000';
context.save();
context.translate(195, 120.5);
context.scale(0.4262295081967213, 1);
context.beginPath();
context.arc(0, 0, 66, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>