<!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(64, 10);

context.lineTo(72, 23);
context.stroke();

context.lineTo(99, 90);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(413, 164);
context.stroke();

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

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

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

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

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

context.lineTo(461, 129);
context.stroke();

context.lineTo(461, 126);
context.stroke();

context.lineTo(461, 124);
context.stroke();

context.lineTo(461, 123);
context.stroke();

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

context.lineTo(461, 118);
context.stroke();

context.lineTo(459, 117);
context.stroke();

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

context.lineTo(454, 111);
context.stroke();

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

context.lineTo(450, 108);
context.stroke();

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

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

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

context.lineTo(426, 104);
context.stroke();

context.lineTo(420, 104);
context.stroke();

context.lineTo(414, 104);
context.stroke();

context.lineTo(408, 104);
context.stroke();

context.lineTo(403, 104);
context.stroke();

context.lineTo(399, 104);
context.stroke();

context.lineTo(398, 104);
context.stroke();

context.lineTo(397, 104);
context.stroke();

context.lineTo(392, 104);
context.stroke();

context.lineTo(389, 104);
context.stroke();

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

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

context.lineTo(386, 105);
context.stroke();
</script>
</body>
</html>