Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 18:35:18 +00:00
co-authored by renee-png
parent 3612a5ce77
commit 1fc82560f1
+1 -1
View File
@@ -274,7 +274,7 @@ export async function downloadPleadingPdf(input: PleadingInput, filename: string
// Signature block (above footnotes) — right-side, indented ~2/3 of page width
const sig = input.signature;
const SIG_X = MARGIN + CONTENT_W * (2 / 3);
const SIG_X = MARGIN + CONTENT_W * (2 / 3) - 54; // shifted 0.75" left
if (sig && (sig.block?.trim() || sig.imageDataUrl || sig.typed?.trim())) {
ensureSpace(LINE_H * 6);
y += LINE_H * 1.5;