Created
December 16, 2010 13:21
-
-
Save srohde/743387 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?xml version='1.0' encoding='UTF-8'?> | |
<Graphic xmlns="http://ns.adobe.com/fxg/2008" version="2" | |
scaleGridTop="20" scaleGridBottom="180" | |
scaleGridLeft="20" scaleGridRight="180"> | |
<Rect width="200" height="200" radiusX="9" radiusY="9"> | |
<fill> | |
<LinearGradient rotation="90"> | |
<GradientEntry color="#60a0d0" /> | |
<GradientEntry color="#4f83aa" /> | |
</LinearGradient> | |
</fill> | |
<filters> | |
<DropShadowFilter alpha=".7" blurX="7" blurY="4" | |
color="#5B7680" distance="0"/> | |
</filters> | |
</Rect> | |
</Graphic> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment