<!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(407, 152);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(66, 118);
context.stroke();

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

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

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

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

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

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

context.lineTo(55, 132);
context.stroke();

context.lineTo(55, 136);
context.stroke();

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

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

context.lineTo(73, 150);
context.stroke();

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

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

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

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

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

context.lineTo(155, 172);
context.stroke();

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

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

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

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

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

context.lineTo(244, 172);
context.stroke();

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

context.lineTo(278, 170);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(375, 149);
context.stroke();
</script>
</body>
</html>