You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/08/09 17:48:57 UTC

svn commit: r231057 - /xmlgraphics/fop/branches/inlineblock/src/java/org/apache/fop/render/xml/XMLRenderer.java

Author: jeremias
Date: Tue Aug  9 08:48:53 2005
New Revision: 231057

URL: http://svn.apache.org/viewcvs?rev=231057&view=rev
Log:
Output area size traits for inlineblockparent.

Modified:
    xmlgraphics/fop/branches/inlineblock/src/java/org/apache/fop/render/xml/XMLRenderer.java

Modified: xmlgraphics/fop/branches/inlineblock/src/java/org/apache/fop/render/xml/XMLRenderer.java
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/branches/inlineblock/src/java/org/apache/fop/render/xml/XMLRenderer.java?rev=231057&r1=231056&r2=231057&view=diff
==============================================================================
--- xmlgraphics/fop/branches/inlineblock/src/java/org/apache/fop/render/xml/XMLRenderer.java (original)
+++ xmlgraphics/fop/branches/inlineblock/src/java/org/apache/fop/render/xml/XMLRenderer.java Tue Aug  9 08:48:53 2005
@@ -624,6 +624,7 @@
 
     protected void renderInlineBlockParent(InlineBlockParent ibp) {
         atts.clear();
+        addAreaAttributes(ibp);
         addTraitAttributes(ibp);
         startElement("inlineblockparent", atts);
         super.renderInlineBlockParent(ibp);



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org