I'm playing with CSS rotatations to get a kaleidoscope effect in CSS.
Everything seems good except with Chrome at some resolution (no issue on IE10, I didn't test FF)
I don't know why but sometime I have some weird white borders at the center of the kaleidoscope even if everything seems fine with the rotation values. I can't find any workaround...
You can test a working demo here : http://jsfiddle.net/Lvc0u55v/4519/
You'll probably need to move the slider from jsfiddle to see the white borders displayed.
I'm using this kind of css: transform: rotate(151deg) matrix(-1, 0, 0, 1, 0, 0)
with a background image.
Could you help me to remove these borders?