<!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(115, 106);

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

context.lineTo(114, 106);
context.stroke();

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

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

context.lineTo(109, 106);
context.stroke();

context.lineTo(107, 106);
context.stroke();

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

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

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

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

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

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

context.lineTo(95, 120);
context.stroke();

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

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

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

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

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

context.lineTo(98, 143);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(88, 189);
context.stroke();

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

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

context.lineTo(87, 190);
context.stroke();
</script>
</body>
</html>