<!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, 202);

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(512, 119);
context.stroke();

context.lineTo(497, 155);
context.stroke();

context.lineTo(475, 190);
context.stroke();

context.lineTo(456, 224);
context.stroke();

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

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

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

context.lineTo(418, 288);
context.stroke();

context.lineTo(415, 301);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(504, 253);
context.stroke();

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

context.lineTo(533, 224);
context.stroke();

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

context.lineTo(538, 210);
context.stroke();

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

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

context.lineTo(530, 194);
context.stroke();

context.lineTo(530, 194);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(524, 191);

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

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

context.lineTo(528, 203);
context.stroke();

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

context.lineTo(532, 207);
context.stroke();

context.lineTo(533, 207);
context.stroke();

context.lineTo(533, 207);
context.stroke();
</script>
</body>
</html>