<!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(398, 174);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(340, 221);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(326, 213);
context.stroke();
</script>
</body>
</html>