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
321 stars 93 forks source link

TSVGIconImage - broken ShowHint #250

Closed kazuser closed 1 year ago

kazuser commented 1 year ago

TSVGIconImage

carloBarazzetta commented 1 year ago

If you look at TSVGIconImage class in FMX.SVGIconImage.pas unit you can see that I haven't defined anything on Hint. My component inherits from TImage, so I assume the problem is in TImage class...