<!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(368, 128);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(33, 157);
context.stroke();

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

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

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

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

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

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

context.lineTo(493, 141);
context.stroke();

context.lineTo(507, 141);
context.stroke();

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(419, 141);

context.lineTo(420, 141);
context.stroke();

context.lineTo(423, 141);
context.stroke();

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

context.lineTo(441, 155);
context.stroke();

context.lineTo(441, 159);
context.stroke();

context.lineTo(441, 162);
context.stroke();

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

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

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

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

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

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

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

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

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