On Wed, Oct 15, 2008 at 06:31:59PM -0400, jerry anning wrote: > Shoes.app do > i = 0 > every(1) do > clear > background(gradient(cornflowerblue, tomato, :angle => i % 360)) > i += 5 > end > end
Excelsior! Just committed a fix. And I also really like this script, it's a good one for beginners to understand gradients. _why
