<!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(131, 113);

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(123, 83);

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

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

context.lineTo(127, 87);
context.stroke();

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

context.lineTo(138, 105);
context.stroke();

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

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

context.lineTo(162, 142);
context.stroke();

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

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

context.lineTo(177, 165);
context.stroke();

context.lineTo(179, 169);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(250, 125);

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

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

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

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

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

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

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

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

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

context.lineTo(198, 162);
context.stroke();

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

context.lineTo(193, 165);
context.stroke();

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

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

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

context.lineTo(188, 169);
context.stroke();

context.lineTo(186, 171);
context.stroke();

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

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

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

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

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

context.lineTo(179, 177);
context.stroke();

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

context.lineTo(177, 179);
context.stroke();

context.lineTo(176, 179);
context.stroke();
</script>
</body>
</html>