hello,
I have a seemingly simple task: A grayscale image should be partially overlapped by text. The black text should appear white in the overlapping region. I've tried cutting and masking but can't seem to achive the desired result. I'd be very happy to receive advice.
thank you!
Text and image overlap
Re: Text and image overlap
Only minutes after my post I came up with this: duplicate the text, fill white. draw a black rectangle around the overlapping area. overlap paths, put the resulting object on top, black text below image.
It just works(tm) but rather seems like a workaround. I'm pretty sure there is a more elegant way to do this?
thank you!
It just works(tm) but rather seems like a workaround. I'm pretty sure there is a more elegant way to do this?
thank you!
Re: Text and image overlap
A more elegant way to do this may be to create a black text, make a duplicate of this in white, draw a rectangle the same size of your bitmap on top of it and clip the white text into the rectangle (select the rectangle and the white text, object -> clip -> set
That way you can more easily change the background image of your design as the collection of objects is free standing (no need for an extra object to mask the text).
Alternatively, you can use the "fill bounded area" tool (SHIFT+F7) to fill the area outside of the bitmap area (just move the text under the bitmap then fill the visible text area), and fill this with the required color. The "fill bounded area" tool gets its precision from the resolution of your screen though, so the higher the zoom level, the more precise it is.
Either way may be useful for you, but just clipping it will be faster and easier.
That way you can more easily change the background image of your design as the collection of objects is free standing (no need for an extra object to mask the text).
Alternatively, you can use the "fill bounded area" tool (SHIFT+F7) to fill the area outside of the bitmap area (just move the text under the bitmap then fill the visible text area), and fill this with the required color. The "fill bounded area" tool gets its precision from the resolution of your screen though, so the higher the zoom level, the more precise it is.
Either way may be useful for you, but just clipping it will be faster and easier.
Re: Text and image overlap
thank you Jelle,
I looked at your first suggestion and it works like a charm. Of course it helps a lot to be able to change things later on.
thanks again!
I looked at your first suggestion and it works like a charm. Of course it helps a lot to be able to change things later on.
thanks again!