From 8b4ed50c33eba61e463cf6c2c8ca932caae97c94 Mon Sep 17 00:00:00 2001 From: Sergey Linev Date: Thu, 17 Oct 2024 14:46:44 +0200 Subject: [PATCH] Build with url latex fix --- build/jsroot.js | 4 ++-- modules/core.mjs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/jsroot.js b/build/jsroot.js index 040ade4ce..5cd4f8fb3 100644 --- a/build/jsroot.js +++ b/build/jsroot.js @@ -12,7 +12,7 @@ const version_id = 'dev', /** @summary version date * @desc Release date in format day/month/year like '14/04/2022' */ -version_date = '11/10/2024', +version_date = '17/10/2024', /** @summary version id and date * @desc Produced by concatenation of {@link version_id} and {@link version_date} @@ -10017,7 +10017,7 @@ function parseLatex(node, arg, label, curr) { const gg = currG(); // this is indicator that gg element will be the only one, one can use directly main container - if ((nelements === 1) && !label && !curr.x && !curr.y) + if ((nelements === 1) && !label && !curr.x && !curr.y && !is_a) return gg; return makeTranslate(gg.append(is_a ? 'svg:a' : 'svg:g'), curr.x, curr.y); diff --git a/modules/core.mjs b/modules/core.mjs index 2781fc6a0..512380c7d 100644 --- a/modules/core.mjs +++ b/modules/core.mjs @@ -4,7 +4,7 @@ const version_id = 'dev', /** @summary version date * @desc Release date in format day/month/year like '14/04/2022' */ -version_date = '11/10/2024', +version_date = '17/10/2024', /** @summary version id and date * @desc Produced by concatenation of {@link version_id} and {@link version_date}