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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25692

[PATCH] add toString() to Trait.Background class

           Summary: [PATCH] add toString() to Trait.Background class
           Product: Fop
           Version: 1.0dev
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: general
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When rendering the areatree as xml, the baground trait was using the default 
Object.toString() which result in difference when comparing area trees.

The patch renderes the background trait as:
   background:color=#0000ff,repeat=0,horiz=0,vertical=0;

tested with:

fop.sh -xml test/xml/bugtests/padding.fo -xsl test/xsl/docl -at output

Reply via email to