<!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, 169);
context.lineTo(206, 75);
context.stroke();
context.closePath();

context.lineWidth = 6;

context.lineWidth = 5;

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(196, 91);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(205, 75);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(168, 139);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(168, 117);
context.stroke();

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

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

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

context.lineTo(186, 102);
context.stroke();

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

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

context.lineTo(189, 100);
context.stroke();
</script>
</body>
</html>