<!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(425, 201);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(356, 131);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(375, 101);
context.stroke();

context.lineTo(376, 100);
context.stroke();

context.lineTo(376, 98);
context.stroke();

context.lineTo(376, 96);
context.stroke();

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

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

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

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

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

context.lineTo(374, 96);
context.stroke();

context.lineTo(373, 99);
context.stroke();

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

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

context.lineTo(369, 111);
context.stroke();
</script>
</body>
</html>