bug fixes

This commit is contained in:
MoyuScript
2012-03-02 21:53:20 +02:00
parent a406c791f1
commit e410dc1179
2 changed files with 4 additions and 3 deletions

View File

@ -225,6 +225,7 @@ _html2canvas.Parse = function ( images, options ) {
text,
metrics,
renderList,
listLen,
bold = getCSS(el, "fontWeight"),
font_style = getCSS(el, "fontStyle"),
font_variant = getCSS(el, "fontVariant"),
@ -298,7 +299,7 @@ _html2canvas.Parse = function ( images, options ) {
oldTextNode = textNode;
for (c=0; c < renderList.length; c+=1) {
for ( c=0, listLen = renderList.length; c < listLen; c+=1 ) {
textValue = null;