-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.2.1
-
None
-
generic
-
solaris_9
As documented in 6414300, we were able to considerably improve performance of
LinearGradientPaint and RadialGradientPaint in certain cases by reducing the cost
of constructing MultipleGradientPaintContexts for each rendering operation that uses
that paint instance. We should try to extend these techniques to the older
GradientPaint class to improve performance of basic gradient rendering.
LinearGradientPaint and RadialGradientPaint in certain cases by reducing the cost
of constructing MultipleGradientPaintContexts for each rendering operation that uses
that paint instance. We should try to extend these techniques to the older
GradientPaint class to improve performance of basic gradient rendering.
- relates to
-
JDK-6414300 PIT: Colors used in LGP,RGP change sporadically when the JPanel is repainted, LINEAR_RGB color space
- Closed