Conversation
- i think this simple + -> - might have fixed all issues with `bounds()` when using `canvasMode(MARGIN)` and `canvasMode(FACING_MARGINS)`?
- nearly fixed `bounds()`, when getting bounds of `page()`, just needs some love for FACING_PAGES/MARGINS/BLEEDS
|
@ffd8 There is a large list of issues with The bounds functionality itself could be kept by implementing something like I would vote to close this pull request and not merge it. |
Fixed a few issues in
bounds()when usingcanvasMode(MARGIN)orcanvasMode(FACING_MARGINS).BLEED,FACING_BLEEDS,PAGE,FACING_PAGESare all working fine too.Only thing that still remains, is when getting the
bounds(pages())in one of theFACING_modes, which was already an issue and can be solved later.Here's a test script using
bounds()of a few items: