<!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(243, 266);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(286, 231);
context.stroke();

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

context.lineTo(289, 230);
context.stroke();

context.lineTo(290, 229);
context.stroke();

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

context.lineTo(294, 225);
context.stroke();

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(273, 187);

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

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

context.lineTo(276, 199);
context.stroke();

context.lineTo(276, 204);
context.stroke();

context.lineTo(277, 209);
context.stroke();

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

context.lineTo(277, 219);
context.stroke();

context.lineTo(276, 225);
context.stroke();

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

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

context.lineTo(268, 237);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(254, 253);

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

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

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

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

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

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

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

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

context.lineTo(324, 225);
context.stroke();

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

context.lineTo(300, 237);
context.stroke();

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

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

context.lineTo(260, 250);
context.stroke();
</script>
</body>
</html>