Skip to content

Commit d9c5b14

Browse files
docs(page_split): scope note for extended offcut guides (#91)
Documents scope limits for #91; does not implement the full multi-guide feature.
1 parent 1f5c3ba commit d9c5b14

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/core/filters/page_split/PageLayout.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ class QDomDocument;
1818

1919
namespace page_split {
2020
/**
21+
* GitHub #91 requests additional offcut/split guides (top/bottom, double spine, etc.).
22+
* The current model supports at most two cutters for SINGLE_PAGE_CUT and one for
23+
* TWO_PAGES. Extending that requires coordinated updates to serialization, this
24+
* class, ImageView interaction, and downstream geometry consumers.
25+
*
2126
* The page layout comprises the following:
2227
* \li A rectangular outline, possibly affine-transformed.
2328
* \li Layout type indicator.

0 commit comments

Comments
 (0)