-
Bug
-
Resolution: Fixed
-
P3
-
7u6
-
MacOS and Linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8131989 | 7u40 | Unassigned | P3 | Closed | Fixed |
This is a regression from RT-21740. Create an HTML file of the following content and try to open it in JavaFX WebLauncher or Browser. The text should be filled with green-to-yellow gradient, but it's not. Having the fix for RT-21740 rolled back, the gradient is drawn properly.
<!DOCTYPE html>
<html>
<body>
<div style="background-image: -webkit-gradient( linear, left bottom, right top, color-stop(0, green), color-stop(1, yellow)); border-style: solid; border-radius: 5px; ">
Should be filled with gradient
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<div style="background-image: -webkit-gradient( linear, left bottom, right top, color-stop(0, green), color-stop(1, yellow)); border-style: solid; border-radius: 5px; ">
Should be filled with gradient
</div>
</body>
</html>
- backported by
-
JDK-8131989 Missing gradient fill for text styled with rounded border
-
- Closed
-
- relates to
-
JDK-8102203 ES2RTTexture.readPixels allocates new byte buffer for each frame
-
- Closed
-
-
JDK-8095168 HTML5 canvas doesn't work properly on MacOS
-
- Closed
-