<!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 = '#FFFFFF';
context.beginPath();
context.moveTo(212, 181);

context.lineTo(213, 181);
context.stroke();

context.lineTo(222, 181);
context.stroke();

context.lineTo(236, 178);
context.stroke();

context.lineTo(252, 173);
context.stroke();

context.lineTo(271, 166);
context.stroke();

context.lineTo(295, 159);
context.stroke();

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

context.lineTo(313, 158);
context.stroke();

context.strokeStyle = '#000000';
context.strokeRect(105, 110, 112, 80);

context.strokeStyle = '#000000';
context.save();
context.translate(416, 231.5);
context.scale(1, 0.7794117647058824);
context.beginPath();
context.arc(0, 0, 86, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(104, 254);

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(105, 345);
context.stroke();

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

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

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

context.lineTo(176, 362);
context.stroke();

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

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

context.lineTo(211, 366);
context.stroke();

context.lineTo(222, 366);
context.stroke();

context.lineTo(234, 366);
context.stroke();

context.lineTo(244, 364);
context.stroke();

context.lineTo(247, 360);
context.stroke();

context.lineTo(248, 358);
context.stroke();

context.lineTo(250, 356);
context.stroke();

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

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

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

context.lineTo(265, 311);
context.stroke();

context.lineTo(265, 309);
context.stroke();

context.lineTo(265, 307);
context.stroke();

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

context.lineTo(265, 302);
context.stroke();

context.lineTo(265, 287);
context.stroke();

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

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

context.lineTo(252, 270);
context.stroke();

context.lineTo(241, 269);
context.stroke();

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

context.lineTo(233, 269);
context.stroke();

context.lineTo(228, 271);
context.stroke();

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

context.lineTo(218, 274);
context.stroke();

context.lineTo(213, 278);
context.stroke();

context.lineTo(210, 281);
context.stroke();

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

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

context.lineTo(206, 285);
context.stroke();
</script>
</body>
</html>