<!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(192, 213);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(303, 32);

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

context.lineTo(301, 34);
context.stroke();

context.lineTo(301, 36);
context.stroke();

context.lineTo(301, 40);
context.stroke();

context.lineTo(301, 43);
context.stroke();

context.lineTo(301, 44);
context.stroke();

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

context.lineTo(303, 49);
context.stroke();

context.lineTo(303, 50);
context.stroke();

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

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

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

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

context.lineTo(308, 56);
context.stroke();

context.lineTo(308, 56);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(380, 71);

context.lineTo(382, 72);
context.stroke();

context.lineTo(383, 73);
context.stroke();

context.lineTo(384, 74);
context.stroke();

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

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

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

context.lineTo(390, 76);
context.stroke();
</script>
</body>
</html>