<!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(111, 83);

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

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

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

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

context.lineTo(134, 204);
context.stroke();

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

context.lineTo(144, 219);
context.stroke();

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

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

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

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

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

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

context.lineTo(170, 238);
context.stroke();

context.lineTo(170, 238);
context.stroke();

context.lineTo(170, 238);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(293, 233);

context.lineTo(293, 232);
context.stroke();

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

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

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

context.lineTo(290, 158);
context.stroke();

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

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

context.lineTo(289, 144);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(289, 143);

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

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

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

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

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

context.lineTo(444, 149);
context.stroke();

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

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

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

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

context.lineTo(484, 197);
context.stroke();

context.lineTo(484, 200);
context.stroke();

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

context.lineTo(484, 203);
context.stroke();

context.lineTo(484, 203);
context.stroke();
</script>
</body>
</html>