2010-01-13, 08:48 PM
I found that a border is painted outsite and inside of an image. (see attach)
<CompositeImage name="MessageBoxImage" size="70.0,50.0">
<DrawRoundedRect loc="5,5" size="90,90" fillColor="ForwardDiagonal:#00000200-#F0004880" borderColor="MessageBoxBorder" radius="3" borderWidth="1.5"/>
<DrawText text="@text" loc="25,25" size="100,100" textStyle="NormalText" align="Left"/>
</CompositeImage>
shouldnt the border painted outside the filled area ?
<CompositeImage name="MessageBoxImage" size="70.0,50.0">
<DrawRoundedRect loc="5,5" size="90,90" fillColor="ForwardDiagonal:#00000200-#F0004880" borderColor="MessageBoxBorder" radius="3" borderWidth="1.5"/>
<DrawText text="@text" loc="25,25" size="100,100" textStyle="NormalText" align="Left"/>
</CompositeImage>
shouldnt the border painted outside the filled area ?