<!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.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

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

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

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

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

context.lineTo(236, 155);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(510, 248);
context.stroke();

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

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

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

context.lineTo(520, 275);
context.stroke();

context.lineTo(494, 284);
context.stroke();

context.lineTo(458, 293);
context.stroke();

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

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

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

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

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

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

context.lineTo(292, 283);
context.stroke();

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

context.lineTo(281, 236);
context.stroke();

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

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

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

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

context.lineTo(473, 101);
context.stroke();

context.lineTo(516, 99);
context.stroke();

context.lineTo(550, 100);
context.stroke();

context.lineTo(578, 110);
context.stroke();

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

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

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

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

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

context.lineTo(336, 124);
context.stroke();
</script>
</body>
</html>