We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341a2f9 commit a47f879Copy full SHA for a47f879
commands.js
@@ -86,7 +86,7 @@ _.TEXT_FORMAT = {
86
var widthDec = (width - 1) * 16;
87
var heightDec = height - 1;
88
var sizeDec = widthDec+heightDec;
89
- return '\x1d\x21' + String.fromCharCode(sizeDec);
+ return '\x1d\x21'+String.fromCharCode(sizeDec);
90
},
91
92
TXT_HEIGHT : {
0 commit comments