<!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(135, 113, 371, 238);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(142, 115);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(186, 159);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(170, 138);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(179, 147);
context.stroke();

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

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

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

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

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

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

context.lineTo(176, 143);
context.stroke();
</script>
</body>
</html>