blob: 92870e8ec96f9eba7cf885e2c3469102c7645056 [file] [log] [blame]
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark">
<s:Rect width="40" height="20" id="r1" x="10" y="10">
<s:postLayoutTransformOffsets><mx:TransformOffsets /></s:postLayoutTransformOffsets>
<s:fill>
<mx:SolidColor color="0xFF0000"/>
</s:fill>
</s:Rect>
<s:Rect width="40" height="20" id="r2" x="30" y="20">
<s:postLayoutTransformOffsets><mx:TransformOffsets /></s:postLayoutTransformOffsets>
<s:fill>
<mx:SolidColor color="0x00FF00"/>
</s:fill>
</s:Rect>
<s:Rect width="40" height="20" id="r3" x="40" y="30">
<s:postLayoutTransformOffsets><mx:TransformOffsets /></s:postLayoutTransformOffsets>
<s:fill>
<mx:SolidColor color="0x0000FF"/>
</s:fill>
</s:Rect>
</s:Group>