Understanding FXG files


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



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

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.