https://issues.apache.org/bugzilla/show_bug.cgi?id=46826
--- Comment #1 from Andreas L. Delmelle <[email protected]> 2009-03-09 11:32:21 PST --- Just to keep track of the progress: CTM.getCTMAndRelDims() seems to expect a *relative* reference-orientation (with respect to the ancestor reference-area), so this would mean that we need to pass in the difference between the simple-page-master's reference-orientation and that of the region. Simplest case: <simple-page-master reference-orientation="90" ...> <region-body ...> <!--no explicit value--> CTM.getCTMAndRelDims() expects -90. In current FOP Trunk it gets 90 (inherited value). After fixing FOPropertyMapping, it gets 0. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
