Mollly & Mike, looking good. I think y'all might be GIMP addicts.
Oregonian wrote:
Having trouble with the Alpha to Logo. It strokes with the fill color instead of the stroke color.]
I was wondering when someone would notice how strokes were being handled. Actually, there is no stroke "fill", per say, in this script. With a text layer, the stroke is achieved by creating the text with the stroke color, selection shrank by stroke width, then filled with a color, gradient or patten. The reason I chose this approach was to avoid the aliasing messiness of stroke fills.
Unfortunately, I can't use that approach with Alpha/Selection because the logo layer already exists. Currently with an alpha/selection, the existing layer color becomes the stroke color. The selection is simply shrank, and the fill occurs, while ignoring the selected stroke color. This approach has advantages and disadvantages.
I guess in the end I'll just go ahead and stoike the Alpha/Selection with the stroke color and try to correct for the aliasing that occurs. The code for stroking is already in place. I just need to settle on an approach for dealing with the aliasing.