On Wed, 3 Aug 2022 23:41:54 GMT, Kevin Rushforth <[email protected]> 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