<!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 = '#FFFFFF';
context.beginPath();
context.moveTo(223, 59);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(287, 75);

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

context.lineTo(292, 95);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(506, 181);
context.stroke();

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

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

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

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

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

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

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