<!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(139, 121);

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(103, 96);

context.lineTo(108, 98);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(361, 184);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(325, 173);
context.stroke();
</script>
</body>
</html>