<!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(275, 83);

context.lineTo(275, 83);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(275, 83);

context.lineTo(275, 83);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(399, 125);

context.lineTo(399, 125);
context.stroke();

context.lineTo(400, 124);
context.stroke();

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

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

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

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

context.lineTo(440, 91);
context.stroke();

context.lineTo(453, 77);
context.stroke();

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

context.lineTo(469, 63);
context.stroke();

context.lineTo(474, 58);
context.stroke();

context.lineTo(475, 57);
context.stroke();

context.lineTo(475, 57);
context.stroke();

context.lineTo(476, 56);
context.stroke();

context.lineTo(477, 56);
context.stroke();

context.lineTo(477, 58);
context.stroke();

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

context.lineTo(460, 83);
context.stroke();

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

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

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

context.lineTo(390, 159);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(156, 90);
context.stroke();

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

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

context.lineTo(383, 97);
context.stroke();

context.lineTo(355, 145);
context.stroke();

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

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

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

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

context.lineTo(256, 251);
context.stroke();

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

context.lineTo(251, 254);
context.stroke();

context.lineTo(251, 254);
context.stroke();

context.lineTo(251, 254);
context.stroke();
</script>
</body>
</html>