added performance boost for text rendering for Chrome & Firefox,

while retainining compatibility with Opera & custom text settings.
This commit is contained in:
MoyuScript
2011-07-18 15:57:21 +03:00
parent 9680086dec
commit efe27ebd29
4 changed files with 91 additions and 44 deletions

View File

@@ -18,6 +18,7 @@ function html2canvas(el, userOptions) {
renderViewport: false,
reorderZ: true,
throttle:true,
letterRendering:false,
renderOrder: "canvas flash html"
});