Skip to content

Commit 1598c9a

Browse files
committed
Add testing for infinity in latex
1 parent 54dabd4 commit 1598c9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

demo/node/build3d.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,7 @@ latex.fTextAlign = 22;
5959
latex.fTextColor = 3;
6060
latex.fTextSize = 10;
6161

62-
await test3d(latex, '', 'TLatex drawing', 1742042);
62+
await test3d(latex, '', 'TLatex integral and sqrt drawing', 1742042);
63+
64+
latex.fTitle = 'F(t) = #sum_{i=-#infty}^{#infty}A(i)cos#[]{#frac{i}{t+i}}';
65+
await test3d(latex, '', 'TLatex infinity drawing', 975933);

0 commit comments

Comments
 (0)