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

TSVGIconImageListBase.Assign misses ApplyFixedColorToRootOnly property #275

Closed pyscripter closed 4 months ago

pyscripter commented 4 months ago

Please add to TSVGIconImageListBase.Assign

FApplyFixedColorToRootOnly := TSVGIconImageListBase(Source).FApplyFixedColorToRootOnly;

An implication is that the ApplyFixedColorToRootOnly property is reset every time you edit an SVGIconImageList.

carloBarazzetta commented 4 months ago

Fixed in 4.1.5 version