Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-14 11:30:16 +00:00
parent 25011f2bf7
commit 9982a9951e
+1 -1
View File
@@ -75,7 +75,7 @@ export async function generateInspectionReport(data: ReportData) {
const infoLines = [ const infoLines = [
['Arquivo:', data.fileName], ['Arquivo:', data.fileName],
['Tamanho:', `${(data.fileSize / (1024 * 1024)).toFixed(2)} MB`], ['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) { for (const [label, value] of infoLines) {
pdf.setFont('helvetica', 'bold'); pdf.setFont('helvetica', 'bold');