Allow thin-book spine to shrink

This commit is contained in:
2026-06-05 16:42:13 +02:00
parent 738e683c7b
commit be1056b280
+1 -1
View File
@@ -407,7 +407,7 @@ function coverProfilePointsFromFrame(spineHalf, coverOuterX) {
}
function calculateSpineWidth(bundleCount) {
const minimumWidth = 0.16;
const minimumWidth = 0.006;
if (bundleCount <= 1) return minimumWidth;
const targetArcLength = (bundleCount - 1) * BOOK_PROFILE.bundleSpacing + OPEN_SEAM_GAP;
let low = minimumWidth;