gpt4 book ai didi

firefox - 如何在 Firefox 中抗锯齿 SVG 文本

转载 作者:行者123 更新时间:2023-12-04 10:40:40 25 4
gpt4 key购买 nike

有谁知道在 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 中显示为抗锯齿

最佳答案

火狐 25 will have support对于 mox-osx-font-smoothing 属性!

因此,对于 Firefox 25,您可以使用:

.yourclass{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

Firefox 25 可能会在 end of Oktober 某处发布于 2013-10-29 发布。
可以在 http://nightly.mozilla.org/ 上找到每晚构建

关于firefox - 如何在 Firefox 中抗锯齿 SVG 文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14409647/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com