Bug 36476

Summary: [PATCH] Border attributes handling in RTF rendering
Product: Fop - Now in Jira Reporter: Sergey Simonchik <Sergey.Simonchik>
Component: generalAssignee: fop-dev
Status: CLOSED FIXED    
Severity: normal CC: danila.ermakov
Priority: P2    
Version: all   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: [PATCH] Border support introduced
RTF output before patch
RTF output after patch

Description Sergey Simonchik 2005-09-02 18:12:39 UTC
 
Comment 1 Sergey Simonchik 2005-09-02 18:15:34 UTC
Created attachment 16288 [details]
[PATCH] Border support introduced

Was:
    Border-related attributes were ignored.

Became:
    Border support introduced. Nesting borders are supported partially: only
two levels of nesting.
    Consecutive paragraphs with identical border formatting are considered part
of a single group with 
    the border information applying to the entire group.
Comment 2 Jeremias Maerki 2005-09-05 12:07:55 UTC
Created attachment 16306 [details]
RTF output before patch
Comment 3 Jeremias Maerki 2005-09-05 12:08:29 UTC
Created attachment 16307 [details]
RTF output after patch
Comment 4 Jeremias Maerki 2005-09-05 13:35:18 UTC
Applied. Thanks!

http://svn.apache.org/viewcvs?rev=278720&view=rev

A comment: It is important to note that the grouping of borders among
consecutive blocks with the same border specifications violates the XSL-FO
specifications. I found an RTF command in the RTF spec v1.7 ("brdrbtw") which
seems to address this but I couldn't make it work.
Comment 5 Glenn Adams 2012-04-01 06:34:17 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed