<tile id="text_fgimage" tint="BaseLight">
  <img src="tiles/SimpleTexture"/>
</tile>

<composite>
  <composite op="add">
    <gradient width="$xroot.width" height="$xroot.height"
    colors="BaseDark BaseLight" angle="45"/>

    <scale width="32" height="32" tile="1">
      <img src="tiles/SimpleTexture"/>
    </scale>
  </composite>

  <text align="center" valign="middle" font="DefaultFancy.ttf"
  point="60" fgimage="text_fgimage" type="3">AfterStep 2.2</text>
</composite>

<release srcid="text_fgimage"/>
