
Something tells me I should stick to programming and leave the design stuff to more creative people than me. Anyway you may notice gradients applied almost everywhere, and as a matter of fact I'm relaying heavily on multipaints, they are useful for providing a base color and then applying one or more gradients on top. Here is the source
I don't I mentioned previously but Color has been groovified with a
derive
method, which is a cool way to obtain a new color from a base one. Notice also another new shape: roundRect
. It is based on RoundedRectangleComplex from Degrafa, simply put it is a rectangle that may have different round values for each corner.Now that I have proven that GrahicsBuilder is an option for creating webby buttons and that it can also render to offscreen images the next logic step would be to cook up a Grails plugin to serve custom-made on-the-fly images

Keep on Groovying!