<!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(219, 59);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(119, 179);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(237, 187);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(237, 187);

context.lineTo(237, 187);
context.stroke();
</script>
</body>
</html>