<!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(280, 138);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(353, 257);
context.stroke();

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

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

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

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

context.lineTo(376, 177);
context.stroke();

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

context.lineTo(374, 160);
context.stroke();

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

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

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

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

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

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

context.lineTo(350, 134);
context.stroke();
</script>
</body>
</html>