<!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(187, 134);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(256, 138);
context.stroke();

context.lineTo(254, 133);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(180, 247);
context.stroke();
</script>
</body>
</html>