trabajando en previews. falta probar rotativa, y terminar cubierta

This commit is contained in:
2025-01-06 19:57:49 +01:00
parent 73afe4e4c1
commit a88f3fb009

View File

@ -146,7 +146,7 @@ class previewFormas {
let anchoPliegue = parseFloat(7); // mm
let altoPliegue = parseFloat(7); // mm
let sangre = parseFloat(20); // mm
if (this.isTapaDura && (this.ancho >= 210 || this.alto >= 297)) {
if (this.isTapaDura && (this.ancho() >= 210 || this.alto() >= 297)) {
sangre = parseFloat(10); // mm
}
this.pvObj.anchoForma = ((2 * this.pvObj.anchoLibro) + (2 * anchoPliegue) + (2 * sangre) + this.pvObj.lomoLibro);