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

Use Image32 as the back-end #179

Closed khongten001 closed 3 years ago

khongten001 commented 3 years ago

Hi,

angusj has created great library that support rendering SVG files. Please see https://sourceforge.net/projects/image32/

Could it be used as another back-end for rendering SVG files?

AngusJohnson commented 3 years ago

Another little problem: Image32 has very full SVG support but is unable to render the official SVG logo :-( fixed now ... https://sourceforge.net/p/image32/code/ci/master/tree/source/Image32_SVG/

carloBarazzetta commented 3 years ago

Perfect... now the integration of this engine is very complete... next work change FMX version to use Image32 instead of TSVG to offer also android and iOS support to SVG with imagelist ;-)

carloBarazzetta commented 3 years ago

Thanks to @khongten001 who requested this integration of the excellent Image32 library, and the fast support of @AngusJohnson. I close this issue by reporting that the next official release 2.3.0 will have Image32 as its default engine.