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

in SVGIconImage.pas empty except blocks #141

Closed TommiPrami closed 3 years ago

TommiPrami commented 4 years ago

there are 3 empty except blocks, to eat the exception for sure, but would be preferred to comment the reason/reasoning why so. Give some kind of proof to the reader of code: "All exceptions are eaten because of this and that will break" etc...

carloBarazzetta commented 3 years ago

Fixed in 2.2.1 version.