Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)
Hi First of all, tranks for this nice component.
i think i found a bug with the TSVGImageList 3.9.4 (FMX version) using the img32 draw engine
Im using Delphi 11.2 and its look like that the bug are not present in delphi 10.4.2 community
When you set a fill color for a path in the svg for the platform android (10,11,12,13) the RGB color are switched for BGR on android
Hi First of all, tranks for this nice component. i think i found a bug with the TSVGImageList 3.9.4 (FMX version) using the img32 draw engine Im using Delphi 11.2 and its look like that the bug are not present in delphi 10.4.2 community
When you set a fill color for a path in the svg for the platform android (10,11,12,13) the RGB color are switched for BGR on android
This is a sample svg file
The red path (fill="#FF0000") are switched to blue only on android, i dont have tested this on ios yet But in window everything is ok
It is the normal ?
Many tanks for your support