<!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.strokeRect(150, 75, 48, 70);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(154, 76);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(196, 98);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(170, 126);
context.stroke();

context.lineTo(172, 126);
context.stroke();

context.lineTo(174, 126);
context.stroke();

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

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

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

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

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

context.lineTo(182, 132);
context.stroke();

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

context.lineTo(186, 136);
context.stroke();

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

context.lineTo(190, 140);
context.stroke();

context.lineTo(192, 143);
context.stroke();

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

context.lineTo(196, 145);
context.stroke();

context.lineTo(196, 146);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(152, 89);
context.lineTo(197, 116);
context.stroke();
context.closePath();
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.strokeRect(110, 64, 32, 131);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(110, 67);
context.lineTo(141, 104);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(108, 138);
context.lineTo(141, 171);
context.stroke();
context.closePath();
</script>
</body>
</html>