<!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(53, 48);

context.lineTo(55, 51);
context.stroke();

context.lineTo(68, 64);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(283, 56);
context.lineTo(333, 160);
context.stroke();
context.closePath();
</script>
</body>
</html>