<!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(217, 129);

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

context.strokeStyle = '#000000';
context.strokeRect(136, 106, 159, 50);

context.strokeStyle = '#000000';
context.save();
context.translate(306, 223.5);
context.scale(1, 0.36818181818181817);
context.beginPath();
context.arc(0, 0, 234, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(215, 54);

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

context.lineTo(221, 66);
context.stroke();

context.lineTo(226, 75);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(329, 241);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(357, 288);
context.stroke();

context.lineTo(360, 292);
context.stroke();

context.lineTo(363, 295);
context.stroke();

context.lineTo(365, 297);
context.stroke();

context.lineTo(366, 299);
context.stroke();

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

context.lineTo(368, 302);
context.stroke();

context.lineTo(369, 304);
context.stroke();

context.lineTo(371, 307);
context.stroke();

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

context.lineTo(374, 312);
context.stroke();

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

context.lineTo(378, 317);
context.stroke();

context.lineTo(380, 320);
context.stroke();

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

context.lineTo(387, 328);
context.stroke();

context.lineTo(391, 332);
context.stroke();

context.lineTo(392, 333);
context.stroke();

context.lineTo(395, 336);
context.stroke();

context.lineTo(396, 337);
context.stroke();

context.lineTo(396, 338);
context.stroke();

context.lineTo(396, 340);
context.stroke();

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

context.lineTo(403, 352);
context.stroke();

context.lineTo(422, 380);
context.stroke();

context.lineTo(428, 388);
context.stroke();

context.lineTo(430, 391);
context.stroke();

context.lineTo(435, 400);
context.stroke();

context.lineTo(443, 412);
context.stroke();

context.lineTo(445, 414);
context.stroke();

context.lineTo(447, 418);
context.stroke();

context.lineTo(449, 420);
context.stroke();

context.lineTo(450, 422);
context.stroke();

context.lineTo(451, 423);
context.stroke();

context.lineTo(451, 424);
context.stroke();

context.lineTo(451, 424);
context.stroke();

context.lineTo(451, 424);
context.stroke();
</script>
</body>
</html>