Created
December 15, 2010 22:40
-
-
Save srohde/742726 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"> | |
<Rect width="200" height="200"> | |
<fill> | |
<LinearGradient rotation="90"> | |
<GradientEntry color="#60a0d0" /> | |
<GradientEntry color="#4f83aa" /> | |
</LinearGradient> | |
</fill> | |
</Rect> | |
</Graphic> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment