<!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(127, 267);
context.lineTo(134, 441);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(478, 388);
context.lineTo(288, 108);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(122, 99);
context.lineTo(44, 168);
context.stroke();
context.closePath();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(320, 151);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(396, 233);
context.stroke();

context.lineTo(394, 234);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(423, 292);
context.stroke();

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

context.lineTo(428, 294);
context.stroke();

context.lineTo(431, 295);
context.stroke();

context.lineTo(436, 296);
context.stroke();

context.lineTo(438, 296);
context.stroke();

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

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

context.lineTo(440, 297);
context.stroke();
</script>
</body>
</html>