<!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(463, 188);

context.lineTo(463, 188);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(265, 188);

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

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

context.lineTo(272, 173);
context.stroke();

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

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

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

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

context.lineTo(347, 116);
context.stroke();

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

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

context.lineTo(384, 122);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(433, 255);
context.stroke();

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

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

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

context.lineTo(403, 272);
context.stroke();

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

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

context.lineTo(360, 274);
context.stroke();

context.lineTo(347, 274);
context.stroke();

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

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

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

context.lineTo(302, 272);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(298, 272);
context.stroke();
</script>
</body>
</html>