Created
November 22, 2010 13:30
-
-
Save nikhilm/709970 to your computer and use it in GitHub Desktop.
Draws a 'sun', coloured blue using ContextFreeArt
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
startshape sun | |
rule sun { | |
sq { } | |
36* { r 10 } sq { } | |
} | |
rule sq { | |
CIRCLE { hue 200 saturation 150 } | |
sq { x 1 y 1 s 0.8 brightness 0.3 } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment