lavoce #42

Merged
bragaz_rexita merged 18 commits from lavoce into main 2026-04-10 05:35:38 +00:00
4 changed files with 1051 additions and 1055 deletions
Showing only changes of commit bd2dade932 - Show all commits

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 177 KiB

After

Width:  |  Height:  |  Size: 177 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 177 KiB

After

Width:  |  Height:  |  Size: 177 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 177 KiB

View File

@@ -131,6 +131,10 @@ const setValSvg = (listenTopic, svg) => {
const el = svg.getElementById(key); const el = svg.getElementById(key);
if (!el) return; if (!el) return;
// else if (el.id === 'c_2014' || el.id === 'c_2024') {
// el.setAttribute('text-anchor', 'middle');
// el.setAttribute('x', '10%');
// }
if (typeof value === 'boolean') { if (typeof value === 'boolean') {
handleBoolean(svg, el, value); handleBoolean(svg, el, value);