X-Git-Url: https://git.kianting.info/?a=blobdiff_plain;f=src%2Flibclo%2Findex.js;fp=src%2Flibclo%2Findex.js;h=43e410c89ec16e68d3bd84612dae41dfd047432a;hb=9c51921978468526aed0da6060900fe54967848e;hp=17b36b41752e06493d9c785c3002b787ab2be69d;hpb=134485a6d637ce5b422098c08bccb274c73bca86;p=clo diff --git a/src/libclo/index.js b/src/libclo/index.js index 17b36b4..43e410c 100644 --- a/src/libclo/index.js +++ b/src/libclo/index.js @@ -373,7 +373,7 @@ class Clo { page.drawText('You can create PDFs!'); for (var j = 0; j < 1000; j += 5) { if (j % 50 == 0) { - page.drawText(i.toString(), { x: 50, y: j }); + page.drawText(j.toString(), { x: 50, y: j }); } page.drawLine({ start: { x: 0, y: j },