fix(svg): change compressor A, B, C image position
This commit is contained in:
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 |
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user