no more antialiasing, it is slow

master
Coleman 2008-09-01 14:29:52 -05:00
parent 16230003a0
commit 35e7270977
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ addLoadEvent(function(){
tr: false,
bl: { radius: 10 },
br: { radius: 10 },
antiAlias: true,
antiAlias: false,
autoPad: false
}, $('headercontainer')).applyCornersToAll();
@ -68,7 +68,7 @@ addLoadEvent(function(){
tr: { radius: 10 },
bl: { radius: 10 },
br: { radius: 10 },
antiAlias: true,
antiAlias: false,
autoPad: true
}, $('footer')).applyCornersToAll();
});