From af83937b83046b32c5d2a2ecba50e6f91f75209b Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Thu, 1 Mar 2012 07:29:57 -0500 Subject: [PATCH] docs : help : disable transforms for text artifacting Ref #154 --- _posts/docs/2011-12-11-help.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/docs/2011-12-11-help.mdown b/_posts/docs/2011-12-11-help.mdown index 159e6c2..ccc3224 100644 --- a/_posts/docs/2011-12-11-help.mdown +++ b/_posts/docs/2011-12-11-help.mdown @@ -156,7 +156,7 @@ If you do plan on implementing Infinite Scroll with filtering or sorting (which ## Poor type rendering in WebKit -Type rendering may appear poor in WebKit browsers like Chrome and Safari. This is because of Isotope's activation of hardware acceleration. The solution is to add add a matching background to the item elements. See more: [dropshado.ws - Resolving anti-aliasing on WebKit hardware-accelerated elements](http://dropshado.ws/post/6142339613/resolving-anti-aliasing-on-webkit-hardware-accelerated). +Type rendering may appear poor in WebKit browsers like Chrome and Safari. This is because of Isotope's activation of hardware acceleration. A solution is to add add a matching background to the item elements. See more: [dropshado.ws - Resolving anti-aliasing on WebKit hardware-accelerated elements](http://dropshado.ws/post/6142339613/resolving-anti-aliasing-on-webkit-hardware-accelerated). Another solution is to [disable transforms](#disabling_transforms). ## First item breaks Masonry layout