From 700f9cdf51a267e98549e55c50ed88106bc7f4cc Mon Sep 17 00:00:00 2001 From: Sergey Linev Date: Fri, 22 Nov 2024 10:47:17 +0100 Subject: [PATCH] Remove scaling 0.9 for TLatex size Was programmed long time ago --- modules/draw/more.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/draw/more.mjs b/modules/draw/more.mjs index 679979c8c..f546bd3aa 100644 --- a/modules/draw/more.mjs +++ b/modules/draw/more.mjs @@ -54,7 +54,6 @@ async function drawText() { if ((text._typename === clTLatex) || annot) { arg.latex = 1; - fact = 0.9; } else if (text._typename === clTMathText) { arg.latex = 2; fact = 0.8;