考虑以下代码片段:
<text style="text-decoration:underline;"> Underline </text>
它在最新版本的 Chrome 和 Safari 中都能为我正确呈现;但是,它在最新版本的 Firefox 中失败。
问题:
- 如果文本装饰不是 SVG 标准的一部分?
或者
- Firefox 不支持整个 SVG 吗?
最后:
- 鉴于上述情况,如何在 Firefox SVG 文本中获得下划线/删除线/划线?
谢谢!
编辑
嗯,https: //bugzilla.mozilla.org/show_bug.cgi?id=317196 是否确认 Firefox 在 2012 年不支持 SVG 下划线?:-)