使用滤波器时的 sifr 削波

发布于 2024-07-18 17:28:48 字数 199 浏览 3 评论 0原文

替换文本的左侧被裁剪了几个像素,我无法弄清楚。 似乎解决问题的唯一方法是将所有内容设置为 text-align: center,但这显然非常不切实际。 不确定我做错了什么,因为我找不到类似问题的任何报告。

我正在使用 Glow 和 DropShadow 滤镜,如果其中任何一个独立于另一个使用,问题仍然存在。

有任何想法吗? 谢谢。

The left hand side of the replaced text is being clipped by a few pixels, and I can't figure it out. The only thing that seems to solve the problem is setting everything to text-align: center, but that's obviously very impractical. Not sure what I've done wrong as I can't find any reports of a similar problem.

I'm using Glow and DropShadow filters, the problem persists if any of them are used independently from the other.

Any ideas? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谜兔 2024-07-25 17:28:48

您可以使用 offsetLeft 参数将文本向右移动,并在必要时使用 tuneWidth 使影片更宽。

offsetToptuneHeight 对垂直轴执行相同的操作,并且您可以使用负值。

You can use the offsetLeft parameter to move the text to the right, and if necessary use tuneWidth to make the movie wider.

offsetTop and tuneHeight do the same for the vertical axis, and you can use negative values.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文