DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38054>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38054


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From [EMAIL PROTECTED]  2007-02-19 09:54 -------
Additional info concerning the second attachment:

The native XSL-FO space-* properties support a .precedence component.

If you make it:
<fo:block space-after=".1in" space-after.precedence="0" background-color="red">
  Red block
</fo:block>
<fo:block space-before="-.1in" space-before.precedence="1" 
background-color="blue">
  Blue block
</fo:block>

then FOP Trunk renders it as intended. If no .precedence is specified, then 
they both revert to zero, and 
the 'largest' space wins.

Also, margin-top seems to correctly lead to a retained space, so I consider 
this to be fixed.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to