mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
🐛💄
This commit is contained in:
@ -15,7 +15,7 @@ export async function insertImageInPDF(
|
||||
const drawSize = { width: 213, height: 50 };
|
||||
|
||||
pdfPage.drawImage(pngImage, {
|
||||
x: pdfPage.getWidth() - positionX - drawSize.width,
|
||||
x: positionX,
|
||||
y: pdfPage.getHeight() - positionY - drawSize.height,
|
||||
width: drawSize.width,
|
||||
height: drawSize.height,
|
||||
|
||||
Reference in New Issue
Block a user