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

Skia units have been renamed in v6.0.0 #277

Closed DeveloppeurPascal closed 1 month ago

DeveloppeurPascal commented 1 month ago

Hi Skia units have been renamed since its integration in Delphi 12 Athens. Do you allow me to create a PULL REQUEST to fix them on the library ? @+ Patrick

carloBarazzetta commented 1 month ago

Hello Patrick. I can use Skia from SvgIconImageList without problems: in which unit do you find the incorrect name? It was fixed in 4.1.1 version... Sorry, I've found the error, and I'm fixing it!

DeveloppeurPascal commented 1 month ago

In FMX.ImageSkiaSVG, I tried yesterday with latest public release.

carloBarazzetta commented 1 month ago

Fixed in 4.1.7 version ;-)

DeveloppeurPascal commented 1 month ago

Thanks ;)