Skip to content

Instantly share code, notes, and snippets.

@srohde
Created December 15, 2010 22:36
Show Gist options
  • Save srohde/742722 to your computer and use it in GitHub Desktop.
Save srohde/742722 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
<s:Rect left="10"
right="10"
top="10"
bottom="10">
<s:fill>
<s:LinearGradient rotation="90">
<s:GradientEntry color="0x60a0d0"/>
<s:GradientEntry color="0x4f83aa"/>
</s:LinearGradient>
</s:fill>
</s:Rect>
</s:Group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment