<!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(322, 132);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(341, 154);

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

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

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

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

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

context.lineTo(359, 104);
context.stroke();

context.lineTo(435, 47);
context.stroke();

context.lineTo(507, 49);
context.stroke();

context.lineTo(533, 68);
context.stroke();

context.lineTo(546, 95);
context.stroke();

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

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

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

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

context.lineTo(456, 231);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(340, 212);
context.stroke();
</script>
</body>
</html>