fix(svg): change compressor A, B, C image position

This commit is contained in:
zain94rif
2026-04-09 15:25:00 +07:00
parent da1adce118
commit bd2dade932
4 changed files with 1051 additions and 1055 deletions

View File

@@ -131,6 +131,10 @@ const setValSvg = (listenTopic, svg) => {
const el = svg.getElementById(key);
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') {
handleBoolean(svg, el, value);