I want to create a word-cloud or you call a tag-cloud, but I have a problem cutting the words out of the shape that I want. Anyway, here’s the demo word-cloud:
I want the yellow “DEMO” text to overlap the heart shape, and disappear when it goes out of the shape. Also, I want to keep the color of both the heart and the text. Is there any way to do that?
Answer
- Convert text to path using Path-object to path
- Ungroup text objects
- Use path-combine on selected objects.
- Duplicate the underlying object (the heart shape in your case)
- Use path-division and delete the text which is outside the underlying shape as shown.
Attribution
Source : Link , Question Author : Samm , Answer Author : chanduc