<!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(199, 109);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(489, 106);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(248, 174);
context.stroke();

context.lineTo(249, 168);
context.stroke();

context.lineTo(249, 162);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(200, 102);
context.stroke();

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

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

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

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

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

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

context.lineTo(128, 102);
context.stroke();

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

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

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

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

context.lineTo(99, 112);
context.stroke();
</script>
</body>
</html>