Sign in
apache
/
flex-sdk
/
develop
/
.
/
mustella
/
tests
/
gumbo
/
layout
/
LayoutProps
/
SWFs
/
comps
/
MyRect.mxml
blob: 041d1bb96288417e90a2871b59823e43d16e76e1 [
file
] [
log
] [
blame
]
<s:Rect
width
=
"50"
height
=
"30"
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:fill>
<mx:SolidColor
color
=
"0xCC0000"
/>
</s:fill>
</s:Rect>