Skip to content

Commit

Permalink
Remove scaling 0.9 for TLatex size
Browse files Browse the repository at this point in the history
Was programmed long time ago
  • Loading branch information
linev committed Nov 22, 2024
1 parent 13bbb9c commit 700f9cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/draw/more.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ async function drawText() {

if ((text._typename === clTLatex) || annot) {

Check warning on line 55 in modules/draw/more.mjs

View workflow job for this annotation

GitHub Actions / build-windows (18.x)

Unnecessary { after 'if' condition

Check warning on line 55 in modules/draw/more.mjs

View workflow job for this annotation

GitHub Actions / build-macos (18.x)

Unnecessary { after 'if' condition

Check warning on line 55 in modules/draw/more.mjs

View workflow job for this annotation

GitHub Actions / build-windows (20.x)

Unnecessary { after 'if' condition

Check warning on line 55 in modules/draw/more.mjs

View workflow job for this annotation

GitHub Actions / build-ubuntu (18.x, g++-11)

Unnecessary { after 'if' condition

Check warning on line 55 in modules/draw/more.mjs

View workflow job for this annotation

GitHub Actions / build-macos (20.x)

Unnecessary { after 'if' condition

Check warning on line 55 in modules/draw/more.mjs

View workflow job for this annotation

GitHub Actions / build-ubuntu (18.x, g++-12)

Unnecessary { after 'if' condition

Check warning on line 55 in modules/draw/more.mjs

View workflow job for this annotation

GitHub Actions / build-ubuntu (18.x, g++-13)

Unnecessary { after 'if' condition

Check warning on line 55 in modules/draw/more.mjs

View workflow job for this annotation

GitHub Actions / build-ubuntu (20.x, g++-11)

Unnecessary { after 'if' condition

Check warning on line 55 in modules/draw/more.mjs

View workflow job for this annotation

GitHub Actions / build-ubuntu (20.x, g++-12)

Unnecessary { after 'if' condition

Check warning on line 55 in modules/draw/more.mjs

View workflow job for this annotation

GitHub Actions / build-ubuntu (20.x, g++-13)

Unnecessary { after 'if' condition
arg.latex = 1;
fact = 0.9;
} else if (text._typename === clTMathText) {
arg.latex = 2;
fact = 0.8;
Expand Down

0 comments on commit 700f9cd

Please sign in to comment.