<!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(246, 197);

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(173, 125);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(207, 145);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(233, 154);

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(288, 155);

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

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

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

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

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

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

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

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

context.lineTo(209, 178);
context.stroke();
</script>
</body>
</html>