[OpenJDK 2D-Dev] [RFC]: 7027667 fix

Denis Lila dlila at redhat.com
Tue Mar 15 14:55:42 UTC 2011


Hi.

This webrev has a fix for 7027667:
http://icedtea.classpath.org/~dlila/webrevs/7027667/webrev/

Although, for some reason, the diff in the webref for
AAShapePipe.java shows nothing. It should be (this is what hg diff
gives me):

diff -r 155d91257957 src/share/classes/sun/java2d/pipe/AAShapePipe.java
--- a/src/share/classes/sun/java2d/pipe/AAShapePipe.java	Thu Dec 23 08:47:30 2010 -0800
+++ b/src/share/classes/sun/java2d/pipe/AAShapePipe.java	Tue Mar 15 10:57:28 2011 -0400
@@ -109,7 +109,7 @@
         Region clip = sg.getCompClip();
         int abox[] = new int[4];
         AATileGenerator aatg =
-            renderengine.getAATileGenerator(x, y, dx1, dy1, dx2, dy2, 0, 0,
+            renderengine.getAATileGenerator(x, y, dx1, dy1, dx2, dy2, lw1, lw2,
                                             clip, abox);
         if (aatg == null) {
             // Nothing to render

Is this ok?

Thank you,
Denis.



More information about the 2d-dev mailing list