<!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.lineWidth = 8;

context.lineWidth = 11;

context.lineWidth = 14;

context.lineWidth = 7;

context.lineWidth = 1;

context.lineWidth = 2;

context.lineWidth = 14;

context.lineWidth = 12;

context.lineWidth = 3;

context.lineWidth = 14;

context.lineWidth = 1;

context.lineWidth = 14;

context.lineWidth = 1;

context.lineWidth = 14;

context.lineWidth = 9;

context.lineWidth = 1;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(127, 160);

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(160, 146);

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(161, 176);

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

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

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

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

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

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

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

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

context.lineTo(197, 191);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(316, 177);
context.stroke();
</script>
</body>
</html>