<!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(241, 107);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(373, 238);
context.stroke();

context.lineTo(373, 238);
context.stroke();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(424, 77);

context.lineTo(424, 79);
context.stroke();

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

context.lineTo(425, 84);
context.stroke();

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

context.lineTo(427, 89);
context.stroke();

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

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

context.lineTo(432, 106);
context.stroke();

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

context.lineTo(433, 119);
context.stroke();

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

context.lineTo(433, 131);
context.stroke();

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

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

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

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

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

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

context.lineTo(432, 136);
context.stroke();
</script>
</body>
</html>