Created
May 3, 2010 21:12
-
-
Save claus/388592 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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