Re: Gradient along a graphic line

2010-12-31 Thread Nonsanity
The line is like a hand-drawn line. It can be any shape, including looping and crossing itself. I'd like to be able to have it fade between colors along its length. For now I've broken it into several pieces and colored them separately. It's not as perfect a solution as I'd like, but it'll do for

Re: Gradient along a graphic line

2010-12-31 Thread Scott Rossi
There's a strokeGradient that applies gradients to lines of objects, just like the fillGradient. When you say "looping line" do you mean something besides an oval? You can apply different gradient colors by setting color stops within the gradient -- you can't use the points of the line directl

Re: Gradient along a graphic line

2010-12-31 Thread Devin Asay
On Dec 31, 2010, at 12:41 PM, Nonsanity wrote: > Anyone know a way to set the points along a graphic line to different > colors, or to apply a gradient along the length of a line, regardless of its > path? > > I want to have one end of a looping line one color, and the other end > another, with