RFR: 8287604: Update MarlinFX to 0.9.4.5 [v3]

Kevin Rushforth kcr at openjdk.org
Tue Aug 9 15:06:45 UTC 2022


On Wed, 3 Aug 2022 23:41:54 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Laurent Bourgès has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fixed pixel color tests on hi-dpi
>
> modules/javafx.graphics/src/main/java/com/sun/marlin/MarlinProperties.java line 206:
> 
>> 204: 
>> 205:     public static boolean isUseDPQS() {
>> 206:         return getBoolean("prism.marlin.useDPQS", "true");
> 
> In order to reduce risk, it might make sense to disable DPQS by default initially. It would then be available to anyone who wants to try it out with more complex paths, but would be less prone to possible regressions. What do you think?

I withdraw this suggestion.

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

PR: https://git.openjdk.org/jfx/pull/674


More information about the openjfx-dev mailing list