<!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(182, 157);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(285, 139);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(294, 272);
context.stroke();

context.lineTo(279, 277);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(191, 279);
context.stroke();
</script>
</body>
</html>