Re: [jfx15] RFR: 8228570: Add various documentation clarifications [v4]

2020-08-11 Thread Kevin Rushforth
On Mon, 10 Aug 2020 16:08:31 GMT, Nir Lisker wrote: >> Adds clarifications to the documentation in various places. Some notes: >> >> * Point 6 should probably be deferred until it is verified that the >> tutorials are correct enough, seeing as they were >> updated to Java 8 only. >> * Point

RFR: 8202990: javafx webview css filter property with display scaling

2020-08-11 Thread Bhawesh Choudhary
ImageJava.cpp ignores CompositeOperator parameter in drawImage function due to which shadow was getting drawn on top of actual image. apply given composite operator to graphics context before drawing image to fix this issue. another issue is into WCGraphicsPrismContext.java. while blending two