[
https://issues.apache.org/jira/browse/BATIK-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15764157#comment-15764157
]
Thorsten Goetzke commented on BATIK-1080:
-----------------------------------------
We tested this against Oracle JDK exclusively.
The workaround in Question was probably not targeting OpenJDK, my guess is that
it targets Windows XP. There used to be a lot of transparency/opacity issues
when using Windows XP and Sun JDK 5 and 6. It just didn't work the way it
should. Newer combinations of JDK and Windows dont seem to be affected by this
oddity (or at least not if you use the default theme/skin whatever microsoft
calls it)
> 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.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]