TSVGImageCollection does not draw svg file clean

The image is drawn with a gray halo.
Example: Completely white image correctly shown in TImage and additional gray lines generated with TSVGImageCollection.

TImage

Hi,

The components working with a virtual imagelist are rendering the SVG as a bitmap with transparency. The transparency is handled inside the TAdvSVGImageCollection. We'll investigate if we can improve the transparency handling, but that could be a technical limitation. The best option is to use components that support TPicture or TPicture descendants.

But, png file TAdvSVGImageCollection rendering poor either. See picture bags with triangle.

Please use a normal TImageCollection for now, we'll investigate where we can improve the drawing when PNGs are included in the TAdvSVGImageCollection.