<!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(128, 93);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(148, 97);
context.stroke();
</script>
</body>
</html>