<!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(201, 144);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(261, 94);
context.stroke();

context.lineTo(269, 93);
context.stroke();

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

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

context.lineTo(284, 93);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(325, 121);
context.stroke();

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

context.lineTo(325, 127);
context.stroke();

context.lineTo(325, 128);
context.stroke();

context.lineTo(325, 129);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(325, 130);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(321, 94);

context.lineTo(321, 95);
context.stroke();

context.lineTo(321, 100);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(315, 131);
context.stroke();

context.lineTo(317, 128);
context.stroke();
</script>
</body>
</html>