<!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(170, 127);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(161, 150);

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

context.strokeStyle = '#000000';
context.save();
context.translate(313, 159);
context.scale(0.9117647058823529, 1);
context.beginPath();
context.arc(0, 0, 92, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(399.5, 271.5);
context.scale(0.7938144329896907, 1);
context.beginPath();
context.arc(0, 0, 124, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(133, 215);
context.lineTo(57, 6);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(70, 66);
context.lineTo(74, 66);
context.stroke();
context.closePath();
</script>
</body>
</html>