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

different painting between different platforms and controls #168

Closed dkounal closed 3 years ago

dkounal commented 3 years ago

The attached svg icons have different representation between vcl TSVGIconImageCollection and fmx TSVGIconImageList Arrows.zip

carloBarazzetta commented 3 years ago

It seems a problem related to the zoom factor: in fact if you set the zoom to 97% you can see both correctly. I have to investigate to understand why.

carloBarazzetta commented 3 years ago

Please check the new 2.3.0 version with a complete replace of FMX engine by using Image32.

carloBarazzetta commented 3 years ago

Sorry but I've not yet committed an important file to use the new 2.3.0 lib with FMX. Try now.