<!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(228, 33);

context.lineTo(228, 34);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(267, 151);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(209, 65);
context.stroke();
</script>
</body>
</html>