On Fri, 8 May 2020 23:37:51 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

>> Bhawesh Choudhary has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Moved Printing drawing path to non MaskTextureGraphics interface
>
> modules/javafx.web/src/main/java/com/sun/javafx/webkit/prism/WCGraphicsPrismContext.java
>  line 566:
> 
>> 565:                             filterContext = 
>> PrFilterContext.getInstance(screen);
>> 566:                         }
>> 567:                         PrDrawable imagePrDrawable = 
>> PrDrawable.create(filterContext, paintRtTexture);
> 
> Did you test both the SW pipeline and printing paths?

Yes, used -Dprism.order=sw to run HelloWebView test to verify SW Pipeline
Yes, i have added a modified HelloWebView test in attached bug which is used to 
test printing paths.
https://bugs.openjdk.java.net/secure/attachment/88102/HelloWebView.java

-------------

PR: https://git.openjdk.java.net/jfx/pull/213

Reply via email to