Webkit 是否正确渲染 8 位 PNG
我在尝试优化以下图像时遇到了一个奇怪的问题:
每个图像下都应该有一点阴影左侧和右侧。然而,在 webkit(尝试过 mac safari 和 chrome)中,右手边缘完全失去了它的小阴影。我使用了多个实用程序来创建图像,甚至尝试将左侧的翻转版本复制到右侧,但都无济于事。
是我生成的 png 错误还是 webkit 有问题?它在 Firefox、IE 等中看起来应该是这样。
I've come across a weird problem whilst trying to optimise the following image:
It should have a little shadow down each of the left and right hand sides. However, in webkit (tried mac safari and chrome) the right hand edge loses its little shadow entirely. I've used multiple utilities to create the image and even tried copying a flipped version of the left hand side to the right, all to no avail.
Have I generated the png incorrectly or does webkit have a problem? It looks as it should in Firefox, IE etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是 WebKit 渲染引擎的一个错误,但现在似乎可以正确渲染。
This may have been a bug with the WebKit rendering engine, but it appears to render correctly now.