<!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(108, 253);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(102, 260);
context.stroke();

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

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

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

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

context.lineTo(109, 309);
context.stroke();
</script>
</body>
</html>