<!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.strokeStyle = '#000000';
context.beginPath();
context.moveTo(214, 105);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(391, 50);

context.lineTo(391, 50);
context.stroke();

context.lineTo(392, 60);
context.stroke();

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

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

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

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

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

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

context.lineTo(300, 195);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(363, 240);
context.stroke();

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

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

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

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

context.lineTo(311, 316);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(409, 327);
context.stroke();

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

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

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

context.lineTo(405, 335);
context.stroke();
</script>
</body>
</html>