<?xml version="1.0" encoding="utf-8"?>
<!-- http://blog.flexexamples.com/2008/10/30/using-graphical-and-text-primitives-in-flex-gumbo/ -->
<Ellipse xmlns="http://ns.adobe.com/fxg/2008"
		width="100"
		height="100">
	<fill>
		<SolidColor color="red" />
	</fill>
</Ellipse>
