From 87e331ab6cd32b7462c0483949ba9ff8fdbe490b Mon Sep 17 00:00:00 2001 From: Coleman Date: Thu, 24 Jul 2008 04:02:46 -0500 Subject: [PATCH] no anti alias for stuff that small --- app/views/layout/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layout/application.html.erb b/app/views/layout/application.html.erb index 602c8ae..41212b3 100644 --- a/app/views/layout/application.html.erb +++ b/app/views/layout/application.html.erb @@ -47,7 +47,7 @@ addLoadEvent(function(){ tr: { radius: 5 }, bl: { radius: 5 }, br: { radius: 5 }, - antiAlias: true, + antiAlias: false, autoPad: true }; if($('tag_cloud'))