Quite basic for most, but I've been hammering away at this for a couple of hours and I just can't figure it out.
I've got a series of text entries in a vertical line. I want to fade the text from one colour (yellow) at the top to another colour (black) at the bottom. I'd like this to be done with a nice smooth gradient, not by changing the text colour line by line.
Like so:
HELLO --> yellow and then
HELLO --> a
HELLO --> very
HELLO --> gradual
HELLO --> fade
HELLO --> to
HELLO --> black
I can fade from nothing to black with a transparency gradient in a rectangle that overlays the entire vertical line of text -- the solid white at the top covers the first HELLOs and fades into black for the remaining HELLOs.
And I can fade from yellow to nothing doing the reverse with a vertical line of yellow text.
But I can't figure out how to fade from yellow to black.
I don't want to convert the text to an image -- I want it to remain recognizable, editable text.
Halp?
Overlapping text colours behind a gradient
-
- Posts: 8
- Joined: Fri Sep 09, 2011 8:36 pm
Re: Overlapping text colours behind a gradient
Hi
Halp on the way!!
Type the text with a "carriage return" at end of each line.
Apply gradient.
Your gradient needs two stops - both not transparent - one yellow and one black.
To get the first line to be totally black and the last totally yellow place the gradient handles below the first and above the last line.
Gradients are still "black magic" to me but after some trial & error I normally get it to work.
If you want your text to be individual text objects the process is more or less the same but you need to place a gradient for each individual line.
You have to "space" the gradients - in the example below I am snapping the gradient handles to guidelines.
All gradients ( one for each line ) snap to the same two guide lines.
SVG File:
If you need more detailed help - chime back.
Good Luck
RGDS
Ragnar
Halp on the way!!
Type the text with a "carriage return" at end of each line.
Apply gradient.
Your gradient needs two stops - both not transparent - one yellow and one black.
To get the first line to be totally black and the last totally yellow place the gradient handles below the first and above the last line.
Gradients are still "black magic" to me but after some trial & error I normally get it to work.
If you want your text to be individual text objects the process is more or less the same but you need to place a gradient for each individual line.
You have to "space" the gradients - in the example below I am snapping the gradient handles to guidelines.
All gradients ( one for each line ) snap to the same two guide lines.
SVG File:
If you need more detailed help - chime back.
Good Luck
RGDS
Ragnar
Good Luck!
( ͡° ͜ʖ ͡°)
RGDS
Ragnar
( ͡° ͜ʖ ͡°)
RGDS
Ragnar
-
- Posts: 8
- Joined: Fri Sep 09, 2011 8:36 pm
Re: Overlapping text colours behind a gradient
Thanks, Ragnar! Originally every line was a discrete text block, but I redid the document with large text blocks instead, and your way works perfectly.
Re: Overlapping text colours behind a gradient
You could simply group the text object together. That way you can get the effect done correctly on each.
Re: Overlapping text colours behind a gradient
Hi.
Lazur URH;
Smart - proves my favorite proverb - "There are more than one way to skin a cat"
RGDS
Ragnar
Lazur URH;
You could simply group the text object together. That way you can get the effect done correctly on each.
Smart - proves my favorite proverb - "There are more than one way to skin a cat"
RGDS
Ragnar
Good Luck!
( ͡° ͜ʖ ͡°)
RGDS
Ragnar
( ͡° ͜ʖ ͡°)
RGDS
Ragnar