<!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(233, 178);

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(205, 160);

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

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

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

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

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

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

context.lineTo(242, 217);
context.stroke();

context.lineTo(247, 228);
context.stroke();

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

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

context.lineTo(268, 268);
context.stroke();

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

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

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

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

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

context.lineTo(334, 320);
context.stroke();

context.lineTo(340, 324);
context.stroke();

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

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

context.lineTo(353, 331);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(238, 125);

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

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

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

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

context.lineTo(242, 124);
context.stroke();
</script>
</body>
</html>