This commit is contained in:
EthanHealy01 2025-09-21 23:56:36 +01:00
parent 6177c05b9e
commit 8321344cbd

View File

@ -173,6 +173,7 @@ export function computeStampPreviewStyle(
yPx += offsetRem * rootFontSizePx;
} catch (e) {
// no-op
console.error(e);
}
}
const widthPx = widthPtsContent * scaleX;