<!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(190, 75);

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

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

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

context.lineTo(181, 97);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(189, 241);
context.stroke();

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

context.lineTo(189, 244);
context.stroke();

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

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

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

context.lineTo(196, 255);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(311, 203);
context.stroke();
</script>
</body>
</html>