On Tue, 12 Jan 2021 18:43:36 GMT, Phil Race <p...@openjdk.org> wrote:

>> Laurent Bourgès has updated the pull request incrementally with two 
>> additional commits since the last revision:
>> 
>>  - fixed copyright year
>>  - removed invalid jtreg test
>
> src/java.desktop/share/classes/sun/java2d/marlin/TransformingPathConsumer2D.java
>  line 902:
> 
>> 900: 
>> 901:         // clip rectangle (ymin, ymax, xmin, xmax) including padding:
>> 902:         final double[] clipRectPad = new double[4];
> 
> are all the changes to double needed for this ? Or just preparation for 
> removing the float pipeline ?

These change are just enough to make MarlinRenderingEngine (float) pass the new 
test.
Later we will propose to remove the float pipeline.

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

PR: https://git.openjdk.java.net/jdk/pull/2013

Reply via email to