<!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(75, 84);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(179, 329);
context.stroke();

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

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

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

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

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

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

context.lineTo(153, 349);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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