Skip to content

Instantly share code, notes, and snippets.

@srohde
Created December 16, 2010 13:21
Show Gist options
  • Save srohde/743387 to your computer and use it in GitHub Desktop.
Save srohde/743387 to your computer and use it in GitHub Desktop.
<?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