<!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(138, 54);

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

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

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

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

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

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

context.lineTo(215, 159);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(97, 241);
context.stroke();

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

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

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

context.lineTo(159, 241);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(223, 233);

context.lineTo(224, 233);
context.stroke();

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

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

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

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

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

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

context.lineTo(326, 250);
context.stroke();

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

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

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

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

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

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

context.lineTo(383, 255);
context.stroke();
</script>
</body>
</html>