Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -75,7 +75,7 @@ export async function generateInspectionReport(data: ReportData) {
|
||||
const infoLines = [
|
||||
['Arquivo:', data.fileName],
|
||||
['Tamanho:', `${(data.fileSize / (1024 * 1024)).toFixed(2)} MB`],
|
||||
['Escala:', '1:1 (mm)'],
|
||||
['Escala:', `${data.scaleLabel ?? '1:1'} — valores em mm reais`],
|
||||
];
|
||||
for (const [label, value] of infoLines) {
|
||||
pdf.setFont('helvetica', 'bold');
|
||||
|
||||
Reference in New Issue
Block a user