7023591: Xrender: java2D font demo - text highlighting tab content is black

Reviewed-by: flar
This commit is contained in:
Phil Race 2011-03-04 15:54:41 -08:00
parent f13a584b8a
commit fb59857e93

View File

@ -109,7 +109,7 @@ public class AAShapePipe
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