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

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

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

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

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

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

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

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

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

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

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

context.lineTo(313, 122);
context.stroke();

context.lineTo(313, 122);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(359, 108);

context.lineTo(326, 108);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(310, 87);
context.stroke();

context.lineTo(312, 88);
context.stroke();

context.lineTo(323, 88);
context.stroke();

context.lineTo(354, 92);
context.stroke();

context.lineTo(354, 92);
context.stroke();
</script>
</body>
</html>