Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
ffbb49b523
commit
d4f2fa117a
@@ -327,7 +327,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) - 54; // shifted 0.75" left
|
||||
const SIG_X = MARGIN + CONTENT_W * (2 / 3) - 108; // shifted 1.5" left of the 2/3 mark
|
||||
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