<!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, 107);

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

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

context.lineTo(33, 107);
context.stroke();

context.lineTo(36, 107);
context.stroke();

context.lineTo(40, 107);
context.stroke();

context.lineTo(42, 107);
context.stroke();

context.lineTo(45, 107);
context.stroke();

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

context.lineTo(48, 107);
context.stroke();

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

context.lineTo(50, 107);
context.stroke();

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

context.lineTo(52, 107);
context.stroke();

context.lineTo(53, 107);
context.stroke();

context.lineTo(54, 107);
context.stroke();

context.lineTo(54, 108);
context.stroke();

context.lineTo(55, 108);
context.stroke();

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

context.lineTo(58, 108);
context.stroke();

context.lineTo(60, 108);
context.stroke();

context.lineTo(62, 108);
context.stroke();

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

context.lineTo(64, 108);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.save();
context.translate(114.5, 98);
context.scale(1, 0.8571428571428571);
context.beginPath();
context.arc(0, 0, 9, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(125, 98);
context.lineTo(195, 98);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(206, 101);
context.scale(1, 0.8);
context.beginPath();
context.arc(0, 0, 13, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(222, 99);
context.lineTo(292, 98);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(298.5, 102);
context.scale(1, 0.9090909090909091);
context.beginPath();
context.arc(0, 0, 15, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>