You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2009/03/09 19:32:22 UTC

DO NOT REPLY [Bug 46826] reference-orientation treated as an inherited property

https://issues.apache.org/bugzilla/show_bug.cgi?id=46826





--- Comment #1 from Andreas L. Delmelle <ad...@apache.org>  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.