<!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(30, 49);

context.lineTo(31, 49);
context.stroke();

context.lineTo(32, 51);
context.stroke();

context.lineTo(47, 67);
context.stroke();

context.lineTo(63, 84);
context.stroke();

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

context.lineTo(82, 101);
context.stroke();

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

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

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

context.lineTo(113, 123);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(155, 90);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(116, 114);
context.stroke();

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(91, 34, 289, 145);

context.strokeStyle = '#000000';
context.save();
context.translate(253, 152.5);
context.scale(0.7213114754098361, 1);
context.beginPath();
context.arc(0, 0, 226, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(282, 243.5);
context.scale(1, 0.013513513513513514);
context.beginPath();
context.arc(0, 0, 74, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(279, 271);
context.scale(1, 0.8235294117647058);
context.beginPath();
context.arc(0, 0, 88, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;
</script>
</body>
</html>