<!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(153, 86);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(154, 331);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(70, 94, 147, 123);
</script>
</body>
</html>