[jira] [Comment Edited] (FOP-1760) [PATCH] FOP doesn't support change bar generation

2015-07-18 Thread Stephan Thesing (JIRA)
[ https://issues.apache.org/jira/browse/FOP-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14632568#comment-14632568 ] Stephan Thesing edited comment on FOP-1760 at 7/18/15 7:00 PM: ---

[jira] [Updated] (FOP-1760) [PATCH] FOP doesn't support change bar generation

2015-07-18 Thread Stephan Thesing (JIRA)
[ https://issues.apache.org/jira/browse/FOP-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Thesing updated FOP-1760: - Attachment: test.fo diff_1691612.diff test.pdf A diff against revisi

[jira] [Created] (FOP-2502) Rendering dashed lines with zero length components

2015-07-18 Thread JIRA
Jan Tošovský created FOP-2502: - Summary: Rendering dashed lines with zero length components Key: FOP-2502 URL: https://issues.apache.org/jira/browse/FOP-2502 Project: FOP Issue Type: Improvement

[jira] [Created] (FOP-2501) Missing support for border 'none'

2015-07-18 Thread JIRA
Jan Tošovský created FOP-2501: - Summary: Missing support for border 'none' Key: FOP-2501 URL: https://issues.apache.org/jira/browse/FOP-2501 Project: FOP Issue Type: Bug Components: ren

RE: Re: Change bars status

2015-07-18 Thread Jan Tosovsky
On 2015-07-18 Stephan Thesing wrote: > I have a local patch without respecting writing direction that also > produces correct results wow! > I can provide the patch later this day if there is interest Uff :-) I've finalized layout tests and was about submitting a new patch :-) My current versio

Re: Change bars status

2015-07-18 Thread Andreas L. Delmelle
Hi Stephan Thanks for chiming in! > On 18 Jul 2015, at 11:58, Stephan Thesing wrote: > > just a few remarks for the changebars: > - the patch was done when bidi support was starting. Actually, the first > patch contained already provisions for the writing direction to place > the bars at

Aw: Re: Change bars status

2015-07-18 Thread Stephan Thesing
Hello, just a few remarks for the changebars: - the patch was done when bidi support was starting. Actually, the first patch contained already provisions for the writing direction to place the bars at the correct edges. That support was later removed, as bidi support was not working ful

Re: Change bars status

2015-07-18 Thread Andreas L. Delmelle
Hi Jan > On 16 Jul 2015, at 00:23, Jan Tosovsky wrote: > It is actually BidiResolver.reorder() method which returns unexpected order. > It also explains why a period is placed at the beginning of the second line > even in non-change bars source. Aha! IIC, the patch predates the implementation o