update files

This commit is contained in:
nuintun 2015-12-04 12:49:54 +08:00
parent d229bb053c
commit 84a8c4ac15

View File

@ -105,7 +105,7 @@ CanvasXTerm.prototype = {
if (node.value) { if (node.value) {
if (node.attr !== attrCache) { if (node.attr !== attrCache) {
x = drawLine(brush, text, x, this.getStyles(stylesCache)); x = drawLine(brush, text, x, stylesCache);
reset(); reset();
} }
@ -115,7 +115,7 @@ CanvasXTerm.prototype = {
} }
if (text) { if (text) {
drawLine(brush, text, x, this.getStyles(stylesCache)); drawLine(brush, text, x, stylesCache);
} }
this.brush.drawImage(canvas, 0, y, canvas.width, canvas.height); this.brush.drawImage(canvas, 0, y, canvas.width, canvas.height);