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

Glenn Adams reopened FOP-71:
----------------------------

> text color not working after a page break
> -----------------------------------------
>
>                 Key: FOP-71
>                 URL: https://issues.apache.org/jira/browse/FOP-71
>             Project: FOP
>          Issue Type: Bug
>          Components: renderer/pdf
>    Affects Versions: 2.5
>         Environment: Operating System: All
> Platform: PC
>            Reporter: Dave Ford
>            Assignee: fop-dev
>
> <?xml version="1.0" encoding="UTF-8"?>
> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
>   <fo:layout-master-set>
>     <fo:simple-page-master master-name="main">
>       <fo:region-body region-name="mainBody"/>
>     </fo:simple-page-master>
>   </fo:layout-master-set>
>   <fo:page-sequence master-name="main">
>     <fo:flow flow-name="mainBody">
>       <fo:block color="red">This is red</fo:block>
>       <fo:block break-before="page" color="red">This should be red</fo:block>
>     </fo:flow>
>   </fo:page-sequence>
> </fo:root>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to