有谁知道将在 Firefox 中工作的抗锯齿 svg 文本的最佳方法?
我尝试了 text-antialias:true 但这没有效果,我也尝试使用描边颜料,但这只会使字体变厚,这不是我喜欢的。
例子:
<!DOCTYPE html>
<html>
<body>
<svg height="100" width="500">
<text y="50" x="250" text-anchor="middle" style="font-size: 40px" >Hello</text>
</svg>
</body>
</html>
我已将此上传到http://jsfiddle.net/KJhrY/
此示例在我的 PC (Windows) 上的 IE9 中显示为抗锯齿