Re: JavaFX 11 maven snapshots - empty jars

2018-08-16 Thread Lennart Börjeson
FWIW, I've fixed the Gradle builds in the current javafx11samples and sent you a pull request. I know these samples are only temporary, but I believe I'm not the only gradle user who's been frustrated by not having any working example to try out. My fix still uses the 11.0.0-SNAPSHOT builds and

[RFR] JDK-8209457] [WebView : Canvas.toDataURL with image/jpeg MIME type fails

2018-08-16 Thread Arunprasad Rajkumar
Hi Kevin, Murali, Please review the fix for following bug, https://bugs.openjdk.java.net/browse/JDK-8209457 Root cause: BufferedImage is created with ARGB color model while converting from PrismImage to JPEG. JPEG doesn't supports alpha channel, which leads to error while encoding to JPEG imag