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

context.lineWidth = 12;

context.lineWidth = 13;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(325, 82);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(344, 237);
context.stroke();

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

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

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

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

context.lineTo(343, 287);
context.stroke();

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

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

context.lineTo(338, 310);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(337, 351);
context.stroke();
</script>
</body>
</html>