<!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(382, 170);

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

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

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

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

context.lineTo(278, 218);
context.stroke();

context.lineTo(246, 231);
context.stroke();

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(459, 336);

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

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

context.lineTo(395, 356);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(95, 173);
context.stroke();

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

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

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

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