Svg - color background/overlay of a text element
问题 I'm just starting on svg and trying to figure out the limitations of styling. I have an svg text element in svg. Some of my text elements are tagged with data-editable="true". I would like for users to be able to easily see what the tagged elements are. I'm imagining a simple, toggleable, translucent overlay. When I hover over the element in the DOM view in chrome the text element is rendered with a blue-ish overlay. I would like to get a similar effect or something that is somewhat close. I