float[] bounds = new float[4];
path.getBounds(bounds);
point[0] = (bounds[0] + bounds[0] + bounds[2]) / 2f;
point[1] = (bounds[1] + bounds[1] + bounds[3]) / 2f;
GCExtension extension = new GCExtension(gc);
extension.fillGradientPath(path, point, glowColor, 255,
new Color[] { glowColor }, new int[] { 0 });
path.dispose();
gc.setClipping((Path) null);
}
gc.setAdvanced(false);