<!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(257, 132);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(157, 137);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(257, 220);
context.stroke();

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

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

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

context.lineTo(258, 230);
context.stroke();
</script>
</body>
</html>