<!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(352, 154);

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

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

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

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

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

context.lineTo(337, 243);
context.stroke();

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

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

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

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

context.lineTo(328, 243);
context.stroke();

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

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

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

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

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

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

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

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.strokeStyle = '#00F7FF';
context.beginPath();
context.moveTo(233, 75);

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

context.strokeStyle = '#00F7FF';
context.strokeRect(69, 47, 206, 242);

context.strokeStyle = '#00F7FF';
context.strokeRect(169, 138, 233, 279);
</script>
</body>
</html>