Skip to content

Tags: EtheaDev/SVGIconImageList

Tags

v4.7.3

Toggle v4.7.3's commit message
- Aligned to Image32 ver. 4.9 of 8 April 2026

V4.7.2

Toggle V4.7.2's commit message
version 4.7.2

- Added support for ARM Platform in Delphi 13.1
- Fixed registration of Env Variable SVGICONDIR for 64-bit IDE

v4.7.1

Toggle v4.7.1's commit message
version 4.7.1

- Fixed Setup for Delphi 13.0 and 13.1

v4.7.0

Toggle v4.7.0's commit message
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

v4.6.2

Toggle v4.6.2's commit message
version 4.6.2

- Fixed Component Editor for older Delphi versions

v4.6.1

Toggle v4.6.1's commit message
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

v4.6.0

Toggle v4.6.0's commit message
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

v4.5.3

Toggle v4.5.3's commit message
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.

v4.5.2

Toggle v4.5.2's commit message
ver.4.5.2

- Aligned to Image32 ver.4.9 of 08 October
- Added support for Dark-Lite FMX Component Editor

v4.5.1

Toggle v4.5.1's commit message
version 4.5.1

- Aligned to Image32 ver.4.9 of 28 September