<!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(313, 140);

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

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

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

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

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

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

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

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

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

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

context.lineTo(286, 189);
context.stroke();

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

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

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

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

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

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

context.lineTo(286, 218);
context.stroke();

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

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

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

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

context.lineTo(294, 229);
context.stroke();

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

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

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

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

context.lineTo(299, 235);
context.stroke();

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

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

context.lineTo(304, 238);
context.stroke();

context.lineTo(306, 239);
context.stroke();

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

context.lineTo(309, 240);
context.stroke();

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

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

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

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

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

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

context.lineTo(315, 243);
context.stroke();
</script>
</body>
</html>