07-24-2024, 06:26 AM
(07-23-2024, 08:18 PM)TargetedIT Wrote: Hello,
With help from members here, i have managed to create text over a circular path, using the ofn-text-along-path script from ofnuts. The problem is that the text is outline and, a blue colour. I need the text to be solid and white, as the background is black. I have not managed to find a way to do this, using the script or, otherwise.
Are there any suggestions for what I should be doing to achieve this, no doubt it will be something obvious?
Thank you.
Path are not pixels. They are an intermediate step towards pixels. When you have a path, you can either
- "stroke" it, which is equivalent to dragging a brush along the path
- "fill" it, which is equivalent to obtain a selection from the path and then bucket-filling that selection.