Tags: EtheaDev/SVGIconImageList
Tags
version 4.7.0 - Optimized drawing of icons in FMX - Fixed FMX SvgIconImagelist Insert Icon check dup names - Fixed Clear Icon-Set Drop Down in Download from web Form - Added supporto for Delphi 13.1 - Fixed Rendering Symbol fonts with Image32 - Aligned to Image32 ver.4.9 of 20 Dec 2025
version 4.6.1 - Added SkiaSVGUtils.pas to fix Skia rendering - Fixed Range Check error for SVGMagic engine - Fixed Setup for D10_4 to DXE3 - Reformat Packages for Build with Android and iOS platforms - Reformat Packages for Build with MacOSX platform
version 4.6.0 - Added SVGMagic engine support for VCL applications - Full support for animated SVG files (available only with SVGMagic Library) - Created Packages of SVGMagic for all Delphi versions - Added SVGMagic Demo showcasing animated SVG capabilities - Updated all demo applications to support and test SVGMagic engine
version 4.5.3
- Fixed Delphi 12 Packages for Setup
- Separated defines for VCL Apps and FMX Apps
To choose you preferred Engine, you must edit SVGIconImageList.inc in the correct section:
for VCL, enabling: `{$DEFINE Image32_SVGEngine}` or `{$DEFINE Skia_SVGEngine}`
for FMX, enabling: `{$DEFINE FMX_Image32_SVGEngine}` or `{$DEFINE FMX_Skia_SVGEngine}`
By Default Image32_SVGEngine is Enabled.
PreviousNext