<!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(67, 16);

context.lineTo(67, 16);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(67, 16);

context.lineTo(67, 16);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(65, 62);

context.lineTo(65, 62);
context.stroke();

context.lineTo(66, 64);
context.stroke();

context.lineTo(67, 66);
context.stroke();

context.lineTo(68, 70);
context.stroke();

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

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

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

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

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

context.lineTo(113, 149);
context.stroke();

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

context.lineTo(128, 172);
context.stroke();

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(163, 107);

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

context.lineTo(160, 113);
context.stroke();

context.lineTo(156, 120);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.strokeStyle = '#000000';
context.strokeRect(174, 118, 53, 187);
</script>
</body>
</html>