Open
Description
IColor
objects get created and thrown away, for example here:
A color cache where a color always uses the same IColor object would reduce memory usage and creation overhead. It would also prevent possible problems like #4128 from happening.
Activity