wadackel/react-stack-grid

round translate coordinates to avoid blurriness

xaviergonz opened this issue · 0 comments

sometimes the transforms end up being non integer pixels (e.g. transformX: 117.5px), which results in blurry pixels in chrome. could the transform final value be rounded to the nearest whole pixel coordinate to avoid this?