<!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(162, 185);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(217, 133);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(159, 186);
context.stroke();
</script>
</body>
</html>