I'd like to display text with an underline in SVG. I tried the "text-
decoration" attribute but it doesn't seem to work in Firefox. Is this
attribute implemented in Firefox? Is there any workaround? Any help
would be appreciated. Thanks!!
It is not implemented. See https://bugzilla.mozilla.org/show_bug.cgi?id=317196
I guess you could just draw a line under the text. You could use
javascript and getBBox if necessary.
Robert
Thanks for the reply. I'll try how you suggested.