Problem. Mask to the container

  • Hi Klaus!
    I want to add a mask to the container.
    But I'm having strange problems.

    This code works:

    Code
    <layer name="main" type="container" align="center" width="220" height="180" bgalpha="0.5" bgcolor="0x00ff00" mask="p204" >
      <layer name="p204" url="poly3.png" />
    </layer>
    	
    <layer name="a" >
      <layer name="b"  />
    </layer>


    Result 1:

    And this code refuses to work:

    Code
    <layer name="main" type="container" align="center" width="220" height="180" bgalpha="0.5" bgcolor="0x00ff00" mask="p204" >
      <layer name="p204" url="poly3.png" />
    </layer>


    Result 2:

    This is a bug?

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!