We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e275125 commit 648b3f3Copy full SHA for 648b3f3
lib/utils.js
@@ -40,7 +40,6 @@ var utils = {
40
size.width += outputEntrySize.width;
41
size.height = Math.max(outputEntrySize.height, size.height);
42
});
43
- line.size = size;
44
return size;
45
},
46
0 commit comments