<!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(135, 148);

context.lineTo(136, 148);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(339, 278);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(364, 289);
context.stroke();

context.lineTo(364, 282);
context.stroke();

context.lineTo(365, 263);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(296, 137);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(201, 210);
context.stroke();
</script>
</body>
</html>