[Rev 02] RFR: 8218973: SVG with masking is not rendering image with mask effect

Bhawesh Choudhary github.com+4208131+bhaweshkc at openjdk.java.net
Mon May 11 05:37:32 UTC 2020


On Fri, 8 May 2020 23:37:51 GMT, Kevin Rushforth <kcr at 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


More information about the openjfx-dev mailing list