<!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(62, 28);

context.lineTo(69, 31);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(195, 40, 277, 240);
</script>
</body>
</html>