no more antialiasing, it is slow
parent
16230003a0
commit
35e7270977
|
@ -40,7 +40,7 @@ addLoadEvent(function(){
|
||||||
tr: false,
|
tr: false,
|
||||||
bl: { radius: 10 },
|
bl: { radius: 10 },
|
||||||
br: { radius: 10 },
|
br: { radius: 10 },
|
||||||
antiAlias: true,
|
antiAlias: false,
|
||||||
autoPad: false
|
autoPad: false
|
||||||
}, $('headercontainer')).applyCornersToAll();
|
}, $('headercontainer')).applyCornersToAll();
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ addLoadEvent(function(){
|
||||||
tr: { radius: 10 },
|
tr: { radius: 10 },
|
||||||
bl: { radius: 10 },
|
bl: { radius: 10 },
|
||||||
br: { radius: 10 },
|
br: { radius: 10 },
|
||||||
antiAlias: true,
|
antiAlias: false,
|
||||||
autoPad: true
|
autoPad: true
|
||||||
}, $('footer')).applyCornersToAll();
|
}, $('footer')).applyCornersToAll();
|
||||||
});
|
});
|
||||||
|
|
Reference in New Issue