<!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(112, 155);

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(211, 198);
context.stroke();

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

context.lineTo(227, 209);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(230, 244);
context.stroke();

context.lineTo(224, 244);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(196, 180);

context.lineTo(196, 180);
context.stroke();
</script>
</body>
</html>