matt-curtis / Fluid-for-Sketch

[Sketch Plugin] Sketch-flavored Auto Layout-like Constraints
2.38k stars 69 forks source link

Rounding to nearest pixel edge #16

Closed almonk closed 9 years ago

almonk commented 9 years ago

Amazing work on this plugin. It seems like the preview is blurry on retina displays & would be great to fix that :)

matt-curtis commented 9 years ago

Thanks!

This is caused by percentages resolving to sub-pixel values, like 1.5. Layers > Round to Nearest Pixel Edge will fix it.

This will probably be implemented in a Settings panel, and the default will be to round the percentages and centering to whole numbers (pixels).