<!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(189, 137);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(221, 189);
context.stroke();
</script>
</body>
</html>