<!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(177, 118);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(298, 163);
context.stroke();

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

context.lineTo(319, 163);
context.stroke();

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

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

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

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

context.lineTo(327, 167);
context.stroke();

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

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

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

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

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

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

context.lineTo(382, 322);
context.stroke();

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

context.lineTo(387, 354);
context.stroke();

context.lineTo(387, 355);
context.stroke();

context.lineTo(387, 355);
context.stroke();
</script>
</body>
</html>