<!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(255, 83);

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

context.lineTo(280, 89);
context.stroke();

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

context.lineTo(306, 96);
context.stroke();

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

context.lineTo(324, 102);
context.stroke();

context.lineTo(330, 105);
context.stroke();

context.lineTo(332, 106);
context.stroke();

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

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

context.lineTo(330, 109);
context.stroke();

context.lineTo(325, 113);
context.stroke();

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

context.lineTo(314, 121);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(358, 261);
context.stroke();

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

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

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

context.lineTo(358, 261);
context.stroke();

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

context.lineTo(358, 261);
context.stroke();
</script>
</body>
</html>