<!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(117, 255);
context.lineTo(242, 88);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(239, 90);
context.lineTo(394, 251);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(294, 265);
context.lineTo(388, 254);
context.stroke();
context.closePath();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(279, 272);

context.lineTo(279, 271);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(360, 243);

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

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

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

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

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

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

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

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

context.lineTo(399, 239);
context.stroke();
</script>
</body>
</html>