Understanding FXG files


/ Published in: MXML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <s:VGroup horizontalCenter="0">
  2. <assets:Square />
  3.  
  4. <s:Group >
  5. <s:Group >
  6. <s:Rect x="0.5" y="0.5" width="200" height="200">
  7. <s:fill>
  8. <s:SolidColor color="#FF0000"/>
  9. </s:fill>
  10. <s:stroke>
  11. <s:SolidColorStroke caps="none" joints="miter" miterLimit="10"/>
  12. </s:stroke>
  13. </s:Rect>
  14. </s:Group>
  15. </s:Group>
  16. </s:VGroup>

URL: http://www.digitalwks.com/blogs/fabio-belga/2011/06/28/understanding-fxg-files/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.