<!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, 413);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(324, 106);
context.stroke();

context.lineTo(324, 106);
context.stroke();

context.lineTo(324, 106);
context.stroke();

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

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

context.lineTo(324, 105);
context.stroke();
</script>
</body>
</html>