Return to Snippet

Revision: 48324
at June 29, 2011 00:53 by glup


Initial Code
<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>

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

Initial Description


Initial Title
Understanding FXG files

Initial Tags
file, Flex

Initial Language
MXML