0

While testing an SVG animation I've run into a rendering problem in Chrome Version 23.0.1271.95.

The animated triangles seem to leave some black vertical banding. This goes away if you tab away from the page and back or if you otherwise force a redraw.

You can find the animation test here: http://bit.ly/HexaGridTest

And here's a screenshot: enter image description here

Looking at other posts on similar issues it seems that the only way to eliminate this GPU-acceleration-related problem is to force a redraw at the end of the animation.

Someone suggested adding -webkit-backface-visibility: hidden to the SVG, but this didn't solve the issue for me.

Is there any alternative? Any flag or CSS property I could set to avoid the artifacts?

HappyTorso
  • 327
  • 1
  • 5
  • 14

0 Answers0