EtheaDev / SVGIconImageList

Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)
Apache License 2.0
327 stars 96 forks source link

Fixed TSVGIconImageCollection registration for FMX projects #274

Closed DeveloppeurPascal closed 5 months ago

DeveloppeurPascal commented 5 months ago

Hi TSVGIconImageCollection is a VCL only component but appeared on FMX components list because its ancestor is not registered as a VCL only component or class. I fixed the problem by using the class grouping. Best regards Patrick Prémartin