Is it possible to highlight text through SVG?

It’s not possible to ‘highlight text’, no, this feature is not part of the SVG spec, so there’s no implementation for it. You will have to add a rectangle behind the text yourself.

2 Likes