PDF: Eliminar underlines de Otras Notas
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m13s

This commit is contained in:
2025-11-24 18:19:57 -06:00
parent 05dac0cd8c
commit a9b82681bf

View File

@@ -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)
}
/**