Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
3612a5ce77
commit
1fc82560f1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user