<!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(5, 283);

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

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

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

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

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

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

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

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

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

context.lineTo(161, 294);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(348, 122);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(257, 184);
context.stroke();
</script>
</body>
</html>