<!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(203, 69);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(279, 97, 94, 44);

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

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

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

context.lineTo(326, 99);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(338, 178);
context.stroke();
</script>
</body>
</html>