/ Published in: MXML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<s:VGroup horizontalCenter="0"> <assets:Square /> <s:Group > <s:Group > <s:Rect x="0.5" y="0.5" width="200" height="200"> <s:fill> <s:SolidColor color="#FF0000"/> </s:fill> <s:stroke> <s:SolidColorStroke caps="none" joints="miter" miterLimit="10"/> </s:stroke> </s:Rect> </s:Group> </s:Group> </s:VGroup>
URL: http://www.digitalwks.com/blogs/fabio-belga/2011/06/28/understanding-fxg-files/