mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
added performance boost for text rendering for Chrome & Firefox,
while retainining compatibility with Opera & custom text settings.
This commit is contained in:
@@ -18,6 +18,7 @@ function html2canvas(el, userOptions) {
|
||||
renderViewport: false,
|
||||
reorderZ: true,
|
||||
throttle:true,
|
||||
letterRendering:false,
|
||||
renderOrder: "canvas flash html"
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user