<!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(126, 130);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(271, 239);

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

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

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

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

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

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

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

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

context.lineTo(91, 89);
context.stroke();

context.lineTo(78, 76);
context.stroke();

context.lineTo(61, 55);
context.stroke();

context.lineTo(58, 50);
context.stroke();

context.lineTo(55, 44);
context.stroke();

context.lineTo(56, 40);
context.stroke();

context.lineTo(65, 29);
context.stroke();

context.lineTo(77, 23);
context.stroke();

context.lineTo(91, 17);
context.stroke();

context.lineTo(139, 12);
context.stroke();

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

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

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

context.lineTo(332, 37);
context.stroke();

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

context.lineTo(365, 75);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(251, 139);
context.stroke();
</script>
</body>
</html>