<!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(121, 125);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(332, 167);
context.stroke();

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

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

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

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

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

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

context.lineTo(371, 114);
context.stroke();

context.lineTo(371, 109);
context.stroke();

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

context.lineTo(370, 101);
context.stroke();

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

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

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

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

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

context.lineTo(320, 102);
context.stroke();

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

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

context.lineTo(252, 104);
context.stroke();

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(98, 281, 320, 109);

context.strokeStyle = '#000000';
context.strokeRect(437, 148, 99, 62);
</script>
</body>
</html>