<!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(285, 141);

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

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

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

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

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

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

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

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

context.lineTo(216, 274);
context.stroke();

context.lineTo(223, 280);
context.stroke();

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

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

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

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

context.lineTo(309, 302);
context.stroke();

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

context.lineTo(340, 295);
context.stroke();

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

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

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

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

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

context.lineTo(406, 217);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(291, 150);
context.stroke();

context.lineTo(285, 150);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(308, 208);
context.stroke();

context.lineTo(313, 208);
context.stroke();

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

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

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

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

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

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

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