I've stumbled on a weird issue, where the geometry from NGUI is offset by exactly 0.25px up and left. The gizmos and handles are all correct, but the actual geometry is wrong.
I'm seeing it both in the editor and on devices, since we keep certain things at half res, it seems to get rounded up or something and we get a 1 px see through line on the UI even on fullscreen backgrounds.
http://imgur.com/iz8YBUn that shows how it looks.
Now I'm not sure what's going on, but it sure is annoying. Under normal circumstances it would not be seen, but since we're doubling UI size on retina displays it becomes very visible. Any suggestions as to what to do? I would rather not just offset the specific by 1,1 px, as it potentially ruins all anchoring and is
just wrong.
