Component |
@@ -126,6 +126,11 @@ DOCUMENTATION
Other similar library
A similar project made by Ethea for Icon Fonts: https://github.com/EtheaDev/IconFontsImageList
RELEASE NOTES
+12 Oct 2024: versione 4.2.0 (VCL+FMX)
+
+- Updated to Image32 4.6 Released 12 Oct 2024 to fix some drawing issue
+- Added components info into About and Splash Screen
+
14 Sep 2024: version 4.1.9 (VCL+FMX)
- Aligned to Image32 4.5 Version of 14 September 2024
diff --git a/README.md b/README.md
index 63732df..921af0e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)
-### Actual official version 4.1.9 (VCL+FMX)
+### Actual official version 4.2.0 (VCL+FMX)
| Component | Description |
| - | - |
@@ -90,6 +90,10 @@ Follow the [guide in Wiki section](https://github.com/EtheaDev/SVGIconImageList/
A similar project made by Ethea for Icon Fonts: [https://github.com/EtheaDev/IconFontsImageList](https://github.com/EtheaDev/IconFontsImageList)
### RELEASE NOTES
+12 Oct 2024: versione 4.2.0 (VCL+FMX)
+- Updated to Image32 4.6 Released 12 Oct 2024 to fix some drawing issue
+- Added components info into About and Splash Screen
+
14 Sep 2024: version 4.1.9 (VCL+FMX)
- Aligned to Image32 4.5 Version of 14 September 2024
- Fixed Range Error rendering some icons (Image32 engine)
diff --git a/Source/FMX.SVGIconImageList.pas b/Source/FMX.SVGIconImageList.pas
index 5673af6..712d6cc 100644
--- a/Source/FMX.SVGIconImageList.pas
+++ b/Source/FMX.SVGIconImageList.pas
@@ -47,7 +47,7 @@ interface
;
const
- SVGIconImageListVersion = '4.1.9';
+ SVGIconImageListVersion = '4.2.0';
DEFAULT_SIZE = 32;
ZOOM_DEFAULT = 100;
SVG_INHERIT_COLOR = TAlphaColors.Null;
diff --git a/Source/SVGIconImageListBase.pas b/Source/SVGIconImageListBase.pas
index 28d634d..52fbe6b 100644
--- a/Source/SVGIconImageListBase.pas
+++ b/Source/SVGIconImageListBase.pas
@@ -48,7 +48,7 @@ interface
SvgInterfaces;
const
- SVGIconImageListVersion = '4.1.9';
+ SVGIconImageListVersion = '4.2.0';
DEFAULT_SIZE = 16;
type