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 fb99957 commit dcda105Copy full SHA for dcda105
dist/node-i2d.js
@@ -5088,8 +5088,8 @@ RenderText.prototype.fitWidth = function () {
5088
var strLit = "";
5089
var i = 0;
5090
var textList = textListByLine.reduce(function (p, c) {
5091
- p.push("\n");
5092
p = p.concat(c.split(" "));
+ p.push("\n");
5093
return p;
5094
}, []);
5095
while(i < textList.length) {
src/modules/canvas.js
@@ -535,8 +535,8 @@ RenderText.prototype.fitWidth = function () {
535
let strLit = "";
536
let i = 0;
537
let textList = textListByLine.reduce(function (p, c) {
538
539
540
541
}, [])
542
0 commit comments