使用滤波器时的 sifr 削波
替换文本的左侧被裁剪了几个像素,我无法弄清楚。 似乎解决问题的唯一方法是将所有内容设置为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
offsetLeft
参数将文本向右移动,并在必要时使用tuneWidth
使影片更宽。offsetTop
和tuneHeight
对垂直轴执行相同的操作,并且您可以使用负值。You can use the
offsetLeft
parameter to move the text to the right, and if necessary usetuneWidth
to make the movie wider.offsetTop
andtuneHeight
do the same for the vertical axis, and you can use negative values.