Skip to content

Instantly share code, notes, and snippets.

@claus
Created May 3, 2010 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save claus/388592 to your computer and use it in GitHub Desktop.
Save claus/388592 to your computer and use it in GitHub Desktop.
<s:Graphic xmlns:s="library://ns.adobe.com/flex/spark">
<s:Group>
<s:Path data="M165 165 L40 165 40 40 165 40 165 165">
<s:fill>
<s:RadialGradient focalPointRatio="0.0078125">
<s:matrix>
<s:Matrix tx="101" ty="148" a="0" b="200" c="-125.125" d="0"/>
</s:matrix>
<s:GradientEntry ratio="0" color="#0000FF"/>
<s:GradientEntry ratio="1"/>
</s:RadialGradient>
</s:fill>
</s:Path>
<s:Path data="M165 165 L40 165 40 40 165 40 165 165">
<s:stroke>
<s:LinearGradientStroke weight="30" pixelHinting="true" caps="none" joints="miter" miterLimit="1">
<s:matrix>
<s:Matrix tx="102.5375" ty="24.825" a="0.025" b="155.25" c="-155.25" d="0.025"/>
</s:matrix>
<s:GradientEntry ratio="0" color="#FF0000"/>
<s:GradientEntry ratio="1"/>
</s:LinearGradientStroke>
</s:stroke>
</s:Path>
</s:Group>
</s:Graphic>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment