<!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(192, 80);

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

context.lineTo(194, 80);
context.stroke();

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

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

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

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

context.lineTo(214, 85);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(256, 92);
context.stroke();

context.lineTo(257, 92);
context.stroke();

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

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

context.lineTo(261, 93);
context.stroke();

context.lineTo(262, 93);
context.stroke();

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

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

context.lineTo(263, 95);
context.stroke();

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

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

context.lineTo(263, 93);
context.stroke();

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

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

context.lineTo(263, 89);
context.stroke();

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

context.lineTo(262, 85);
context.stroke();

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

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

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

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

context.lineTo(262, 80);
context.stroke();

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

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

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

context.lineTo(262, 76);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(264, 79);
context.stroke();

context.lineTo(264, 80);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(264, 89);
context.stroke();

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

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

context.lineTo(263, 92);
context.stroke();

context.lineTo(263, 93);
context.stroke();

context.lineTo(263, 93);
context.stroke();

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

context.lineTo(262, 95);
context.stroke();

context.lineTo(262, 96);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(257, 110);
context.stroke();

context.lineTo(257, 111);
context.stroke();

context.lineTo(257, 111);
context.stroke();

context.lineTo(257, 112);
context.stroke();

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

context.lineTo(256, 115);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(332, 119);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(51, 41);
context.lineTo(99, 42);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(98, 41);
context.lineTo(99, 42);
context.stroke();
context.closePath();
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(131.5, 56.5);
context.scale(0.3684210526315789, 1);
context.beginPath();
context.arc(0, 0, 20, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(95, 48);
context.lineTo(129, 48);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(97, 48);
context.lineTo(97, 75);
context.stroke();
context.closePath();
</script>
</body>
</html>