<!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(70, 183);
context.lineTo(313, 140);
context.stroke();
context.closePath();

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

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

context.lineTo(177, 264);
context.stroke();

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

context.lineTo(182, 260);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(258, 279);
context.stroke();

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

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

context.lineTo(289, 277);
context.stroke();

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

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

context.lineTo(338, 264);
context.stroke();

context.lineTo(341, 263);
context.stroke();

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

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

context.lineTo(345, 263);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(393, 276);
context.stroke();

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

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

context.lineTo(395, 275);
context.stroke();
</script>
</body>
</html>