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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(277, 201);
context.stroke();

context.lineTo(273, 201);
context.stroke();

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

context.lineTo(267, 201);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(261, 108);
context.stroke();

context.lineTo(269, 103);
context.stroke();

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

context.lineTo(300, 86);
context.stroke();

context.lineTo(307, 84);
context.stroke();

context.lineTo(316, 83);
context.stroke();

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

context.lineTo(334, 85);
context.stroke();

context.lineTo(340, 87);
context.stroke();

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

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

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

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

context.lineTo(381, 138);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(412, 194);
context.stroke();
</script>
</body>
</html>