diff --git a/src/utils/shareUtils.js b/src/utils/shareUtils.js index ed8ef80..be1c356 100644 --- a/src/utils/shareUtils.js +++ b/src/utils/shareUtils.js @@ -253,8 +253,12 @@ export function buildShareSVG(data, t, formattedTime) { } else if (state === 2) { // Cross const d = cellSize * 0.6; const off = cellSize * 0.2; + const x1 = (cx + off).toFixed(1); + const y1 = (cy + off).toFixed(1); + const x2 = (cx + off + d).toFixed(1); + const y2 = (cy + off + d).toFixed(1); cells += ` - `; }