Firefox, SVG, text-decoration -
consider following snippet of code:
<text style="text-decoration:underline;"> underline </text>
it renders me in both latest version of chrome & safari; however, fails in latest version of firefox.
question:
- if text-decoration not part of svg standard?
or
- does firefox not support entirety of svg?
and lastly:
- how underline / strike through / on line in firefox svg text given above?
thanks!
edit
hmm, https://bugzilla.mozilla.org/show_bug.cgi?id=317196 confirm firefox, in 2012, not support svg underline? :-)
the bug linked it.
and no 1 supports "the entirety of svg" (at least of svg 1.1). chances are, no 1 ever will.
Comments
Post a Comment