]> git.kianting.info Git - clo/blobdiff - src/libclo/index.js
fix grid info
[clo] / src / libclo / index.js
index 17b36b41752e06493d9c785c3002b787ab2be69d..43e410c89ec16e68d3bd84612dae41dfd047432a 100644 (file)
@@ -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 },