From a9b82681bf81bd31a6673f48b02129318ddafbcd Mon Sep 17 00:00:00 2001 From: josedario87 Date: Mon, 24 Nov 2025 18:19:57 -0600 Subject: [PATCH] PDF: Eliminar underlines de Otras Notas --- nuxt4/app/utils/pdf/pdfFormulario.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nuxt4/app/utils/pdf/pdfFormulario.ts b/nuxt4/app/utils/pdf/pdfFormulario.ts index 6ac10c4..546dfdb 100644 --- a/nuxt4/app/utils/pdf/pdfFormulario.ts +++ b/nuxt4/app/utils/pdf/pdfFormulario.ts @@ -492,10 +492,6 @@ function renderizarSeccionOtrasNotas( doc.text(notaTruncada, x + 38, y + 6) } - // Líneas para escribir (múltiples líneas para el espacio expandido) - dibujarLineaHorizontal(doc, x + 38, y + 7, x + width - 3, PDF_CONFIG.lineWidth.thin) - dibujarLineaHorizontal(doc, x + 3, y + 12, x + width - 3, PDF_CONFIG.lineWidth.thin) - dibujarLineaHorizontal(doc, x + 3, y + 17, x + width - 3, PDF_CONFIG.lineWidth.thin) } /**