https://issues.apache.org/bugzilla/show_bug.cgi?id=48548
--- Comment #21 from Stephan Thesing <[email protected]> --- (In reply to comment #20) > awaiting updated patch to resolve issues in comment 19 Update patch that solves issues in comment 19, except for the test cases which have to wait until I find some time to create & add them. As for storing the changebars at the PageSequence instead of the FOUserAgent: I didn't find any existing way to obtain the current PageSequence during parsing. So I added code to Root that allows to obtain the last (current) page sequence and also adds page sequences when they are created (getSucceedingPageSequence(..) was broken in Root, as PageSequence s were never added to the list before...) If there is a more direct way of doing this, please let me know. Otherwise, I removed the code for reference orientation and writing mode and hard-wired if to TB_LR and reference orientation to 0 in the AbstractRender for now. Style issues should also be resolved with this patch. -- You are receiving this mail because: You are the assignee for the bug.
