<!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(73, 403);

context.lineTo(73, 404);
context.stroke();

context.lineTo(77, 404);
context.stroke();

context.lineTo(90, 399);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(274, 352);

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

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

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

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

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

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

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

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

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

context.lineTo(218, 265);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(141, 347);
context.stroke();

context.lineTo(142, 347);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;
</script>
</body>
</html>