Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/231.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Chrome 62.x在图像上进行css转换和过滤时表现不佳_Css_Google Chrome - Fatal编程技术网

Chrome 62.x在图像上进行css转换和过滤时表现不佳

Chrome 62.x在图像上进行css转换和过滤时表现不佳,css,google-chrome,Css,Google Chrome,最新版本的Chrome for MacOS(version 62.0.3202.94(官方版本)(64位))似乎在图像上结合使用csstransform和filter时表现不佳。图像要么在滚动时闪烁,要么一起消失。下面是我正在使用的css和一个JSFIDLE,显示了这个问题 .test { display: block; transform: rotate(1deg); filter: drop-shadow(0 1px 5px #000); margin: 40px 40px

最新版本的Chrome for MacOS(
version 62.0.3202.94(官方版本)(64位)
)似乎在图像上结合使用css
transform
filter
时表现不佳。图像要么在滚动时闪烁,要么一起消失。下面是我正在使用的css和一个JSFIDLE,显示了这个问题

.test {
  display: block;
  transform: rotate(1deg);
  filter: drop-shadow(0 1px 5px #000);
  margin: 40px 40px 1500px;
}

注释
transform
filter
都可以解决问题。除了在photoshop中旋转/添加阴影外,我如何解决此问题

.test{
显示:块;
变换:旋转(1deg);
过滤器:投影(0 1px 5px#000);
利润率:40px 40px 1500px;
}


没有问题吗?您看到的是带阴影的熊的轻微旋转图像,您使用的是chrome 62.x版?是的,我看到带阴影的熊的轻微旋转图像,当我滚动到底部时不会闪烁,当我向上滚动时,图像不会消失<代码>版本62.0.3202.94您是否尝试禁用硬件加速?应将其报告为错误: