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

GetIt Problem in Delphi 10.3.3 #208

Closed xelnaga64 closed 2 years ago

xelnaga64 commented 2 years ago

I'm using Delphi 10.3.3. I formerly installed SVGIconImageList 2.x using GetIt. Today, I saw SVGIconImageList 3.0 is listed in GetIt. So I uninstalled the previous 2.x and tried to install 3.0. However it fails. Please see the screenshot.

getit

Any idea is appreciated.

carloBarazzetta commented 2 years ago

The problem appears that GetIt don't compile SVGImage32Package, that contains the new SVG engine Image32... I will write to Embarcadero asking to redo the installer but it will take days. I recommend that you download the project directly from GitHub and install it by hand following these simple instructions. https://github.com/EtheaDev/SVGIconImageList/wiki

xelnaga64 commented 2 years ago

All right. Thank you!