Using Chrome Version 42.0.2311.90 m
When the browser resolution changes (from 25% to 500%) and
y axis is 0 or 0px
a gap arises. Code example:
transform: translate(0.5px, 0); transform: translate(0.5px, 0px); transform: translate(7px, 0); transform: translate(7px, 0px);
Using zessx EDIT , showing 3 examples in the output, I got the same result that he did for
transform: translate(0.5px, 20px);
But when I deleted one βpxβ on any axis, there was no space. Examples:
transform: translate(0.5px, 20); transform: translate(0.5px, 1); transform: translate(0.5, 20px); transform: translate(0, 20px);
The space moves (from L to R to) only for the shadow window on both sides as the resolution changes in Chrome, as pointed out by zessx
user3811037
source share