<!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(34, 397);

context.lineTo(34, 397);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(34, 397);

context.lineTo(34, 399);
context.stroke();

context.lineTo(34, 401);
context.stroke();

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

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

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

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

context.lineTo(39, 407);
context.stroke();

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(39, 397);

context.lineTo(39, 397);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(72, 359);

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

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

context.lineTo(72, 367);
context.stroke();

context.lineTo(72, 373);
context.stroke();

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

context.lineTo(78, 387);
context.stroke();

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

context.lineTo(84, 395);
context.stroke();

context.lineTo(90, 397);
context.stroke();

context.lineTo(97, 397);
context.stroke();

context.lineTo(108, 396);
context.stroke();

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

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

context.lineTo(139, 389);
context.stroke();

context.lineTo(147, 388);
context.stroke();

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

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

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

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

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

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

context.lineTo(221, 358);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(111, 367);
context.stroke();

context.lineTo(108, 367);
context.stroke();

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

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

context.lineTo(86, 361);
context.stroke();

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

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

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

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

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

context.lineTo(79, 362);
context.stroke();
</script>
</body>
</html>