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

2018-09-05 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/FOP-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Tošovský updated FOP-2501:
--
Attachment: change-bar-style.pdf
change-bar-style.fo

> [PATCH] Missing support for border 'none'
> -
>
> Key: FOP-2501
> URL: https://issues.apache.org/jira/browse/FOP-2501
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: trunk
>Reporter: Jan Tošovský
>Priority: Minor
> Attachments: FOP-2501.patch, change-bar-style.fo, change-bar-style.pdf
>
>
> drawBorderLine2 method in PDFGraphicsPainter.java doesn't check for 'none' 
> value so this border style is rendered using a default 'solid' style. The fix 
> is quite straightforward:
> ...
> +case Constants.EN_NONE:
>   case Constants.EN_HIDDEN:
> break;
> ...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


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

2018-07-13 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/FOP-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Tošovský updated FOP-2501:
--
Summary: [PATCH] Missing support for border 'none'  (was: Missing support 
for border 'none')

> [PATCH] Missing support for border 'none'
> -
>
> Key: FOP-2501
> URL: https://issues.apache.org/jira/browse/FOP-2501
> Project: FOP
>  Issue Type: Bug
>  Components: renderer/pdf
>Affects Versions: trunk
>Reporter: Jan Tošovský
>Priority: Minor
> Attachments: FOP-2501.patch
>
>
> drawBorderLine2 method in PDFGraphicsPainter.java doesn't check for 'none' 
> value so this border style is rendered using a default 'solid' style. The fix 
> is quite straightforward:
> ...
> +case Constants.EN_NONE:
>   case Constants.EN_HIDDEN:
> break;
> ...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)