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

Minor optimization #139

Closed TommiPrami closed 3 years ago

TommiPrami commented 4 years ago

in SVGParse.pas

function ParseFontStyle(AFontStyle: string): Integer;

Could be

function ParseFontStyle(const AFontStyle: string): Integer;

luebbe commented 4 years ago

Looks like you ran FixInsight over the sources. Thank you :)

TommiPrami commented 4 years ago

yes In did, we are starting to use SVGIconImageList, so I also ran the FixInsight on it.

carloBarazzetta commented 3 years ago

Fixed in 2.2.1 version