<!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(333, 106);

context.lineTo(335, 109);
context.stroke();

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(323, 134);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(331, 88);

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

context.lineTo(338, 120);
context.stroke();

context.lineTo(347, 135);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(335, 100);
context.stroke();

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

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

context.lineTo(331, 106);
context.stroke();

context.lineTo(344, 127);
context.stroke();

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

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

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

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

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

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

context.lineTo(361, 133);
context.stroke();
</script>
</body>
</html>