<!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(261, 163);

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(69, 134);

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

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

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

context.lineTo(397, 326);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(391, 169);

context.lineTo(370, 189);
context.stroke();

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

context.lineTo(144, 301);
context.stroke();

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

context.lineTo(100, 319);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(409, 130);

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

context.strokeStyle = '#000000';
context.save();
context.translate(258, 97);
context.scale(1, 0.5425531914893617);
context.beginPath();
context.arc(0, 0, 214, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>