Rainy Day Saison

If you have a design you're proud of, share the cfdg file here. It's also a good place to ask for feedback and collaborate.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
themiddlet@gmail.com
Posts: 1
Joined: Sat Feb 28, 2009 10:28 pm

Rainy Day Saison

Post by themiddlet@gmail.com »

This is my first attempt. I tweaked the welcome example to make a label for my next home brew, a Belgian Saison.

startshape SAISON
background {h 0.00 sat 0.0444 b 0.7882}
rule SAISON {
SAISON { hue 225 sat 0.7 b 0.6 }
RAINYDAY { hue 225 sat 0.7 b 0.6
x 10
}
VINEL { sat 1 hue 120
x 3 y -55
r 0 b 0.5 s 10
}
VINEL { flip 90
sat 1 hue 120
x 85 y -55
r 0 b 0.5 s 10
}
VINEL { sat 1 hue 120
x 35 y 12
r 0 b 0.5 s 2
}
VINEL { flip 90
sat 1 hue 120
x 53 y 12
r 0 b 0.5 s 2
}
}

rule SAISON {
S { x 6 y -20 }
A { x 18 y -20}
I { x 30 y -20}
S { x 44 y -20}
O { x 54 y -20}
N { x 74 y -20}
}
rule RAINYDAY {
R { x -4 y 12 s 1.5}
A { x 3 y 12 s.6}
I { x 10 y 12 s.6}
N { x 12 y 12 s.6}
Y { x 24 y 12 s.6}
D { x 45 y 12 s.6}
A {x 53 y 12 s.6}
Y {x 64 y 12 s.6}
}
rule D {
LINE {r 180 y 23}
ARCL { y 12 x 10 r 180 flip 90 s.81}
ARCL { y 12 x 10 s.81}


}
rule Y {
LINE {r 160 y 23}
LINE {r 199 y 23 x -8 s.6}
}
rule R {
LINE { y 9 s.4 r 180}
ARCL {x 2 y 7 s.2}
ARCL {x 2 y 7 s.2 flip 180}
LINE { y 4 r -145 s.25}
}
rule S {
ARCL { y 12 flip 90 }
ARCL { y 12 flip 180 }
}

rule A {
LINE { }
LINE { y 24 r -160 }
LINE { s 0.4 r -90 y 12 }
}

rule I {
LINE {r 180 y 24 }

}

rule S {
ARCL { y 12 flip 90 }
ARCL { y 12 flip 180 }
}

rule O {
ARCL { y 12 flip 90}
ARCL { y 12 r 180 }
ARCL { y 12 x 14 r 180 flip 90}
ARCL { y 12 x 14 }
}

rule N {
LINE { y 24 r 180 }
LINE { y 24 r -160 }

LINE { y 24 x 9 r 180 }
}

rule LINE {
TRIANGLE [ s 1 30 y 0.26 ]
//MARK { }
//LINE { size 0.98 y 0.55 }
}

rule ARCL {
MARK { }
ARCL { size 0.98 y 0.55 r 1.5 }
}

rule MARK {
SQUARE { }
}


rule VINEL {
STEML { }
STEML { x 1 r 5 flip 0 }
VINEL { x 2 size 0.9 r 10 }
}

rule STEML {
GOL { r 20 s 0.1 }
END { s 0.2 r 120 hue 150
x 1.3 y -0.6 b -0.3}
}
rule GOL {
CIRCLE { }
GOL { x 0.3 r -1 s 0.985 }
}


rule END {
CIRCLE { x -0.5 y 0.0 s 1.0 }
CIRCLE { x 0.45 y 0.6 s 0.9 }
CIRCLE { x -0.4 y 1.2 s 0.8 }
CIRCLE { x 0.35 y 1.8 s 0.7 }
CIRCLE { x -0.3 y 2.4 s 0.6 }
}

User avatar
askiopop
Posts: 12
Joined: Wed Mar 04, 2009 7:07 pm
Location: Guess

Post by askiopop »

isn't that the welcome screen? :?
thank you

Post Reply