[ https://issues.apache.org/jira/browse/BATIK-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thorsten Goetzke updated BATIK-1080: ------------------------------------ Attachment: batik_mask_fix.patch Attached patch fixes the issue. It disables a workaround which assumes that ColorConvertOp is broken. > mask Element broken > ------------------- > > Key: BATIK-1080 > URL: https://issues.apache.org/jira/browse/BATIK-1080 > Project: Batik > Issue Type: Bug > Affects Versions: 1.7, 1.8 > Reporter: Thorsten Goetzke > Attachments: batik_mask_fix.patch > > > <mask> Elements are rendered incorrectly when using java8 on a windows 7 > machine. On MacOS or using java7 masks seems to be rendered correctly. > This issue can be reproduced with the following svg. (Blue area isn't exactly > rectangular and slightly too small) > {code:xml} > <defs> > <mask id="mask1" x="0" y="0" width="100" height="100" > > <rect x="0" y="0" width="100" height="50" > style="stroke:none; fill: #ffffff"/> > </mask> > </defs> > <rect x="1" y="1" width="100" height="100" > style="stroke: none; fill: #0000ff; mask: url(#mask1)"/> > {code} -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: batik-dev-h...@xmlgraphics.apache.org