eg:
Code: Select all
Count us in!
- I decreased the spacing between characters so they slightly overlap.
- Then, I used 'Fill and Stroke' to individually change the color of each character so that adjacent characters have different colors.
Question: I want to use an effect similar to CSS': mix-blend-mode: multiply.
The idea is that the overlapping colors between characters should multiply to create a darker shade.
You can see an example in the logo here: www.countus.in. The current logo is purely created in HTML/CSS and I want to covert it to SVG so that I can port to different mediums as well as have better cross browser support.