<!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(192, 133);

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

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

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

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

context.lineTo(234, 163);
context.stroke();

context.lineTo(262, 184);
context.stroke();

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

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

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

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

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

context.lineTo(327, 240);
context.stroke();

context.lineTo(327, 240);
context.stroke();

context.lineTo(327, 240);
context.stroke();

context.lineTo(327, 240);
context.stroke();

context.lineTo(327, 240);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(188, 325);

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

context.lineTo(188, 324);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(355, 123);
context.stroke();

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

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

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

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

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

context.lineTo(375, 101);
context.stroke();

context.lineTo(375, 101);
context.stroke();

context.lineTo(375, 101);
context.stroke();

context.lineTo(375, 101);
context.stroke();
</script>
</body>
</html>