<!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(65, 51);

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

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

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

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

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

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

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

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

context.lineTo(222, 155);
context.stroke();

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

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

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

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

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

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

context.lineTo(234, 161);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(83, 141);
context.stroke();

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

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

context.lineTo(81, 131);
context.stroke();

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

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

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

context.lineTo(98, 120);
context.stroke();

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

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

context.lineTo(153, 98);
context.stroke();

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(254, 43, 160, 178);
</script>
</body>
</html>